Accuracy 0% , all jokes are coming right for the corresponding ids given in the testcase

please check my csv , i dont know why is it giving a 0% accuracy, the jokes are correct with the corresponding ids given in the test case

hey @rohansrivastav ,
can you please share link to your csv here .

Thank You

https://drive.google.com/file/d/18_r7_i3QzJH4VWf2IbmrIidLOwDJ0zFr/view?usp=sharing

should i send the pynb also??

hey @rohansrivastav ,
why are you saving no qoute for that id, there should be some joke on that.

in some ids , the joke is not there, you can try for id-7,8 for example

sir , in some ids the joke is not there , you can try for id -7,8 for example

two things

  1. Id should be the same values as they are in submission csv file provided.
    ids 7, 8 are not there itself.

  2. those jokes that contains comma in them , you need to enclose those jokes under qoutes and then submit. Easiest way for that is to use pandas , else you can go ahead that you are currently working with.

Make these two changes and then try.

https://drive.google.com/file/d/19UMqrbrZOI-f5U8_cY7qx8LQxbTHVtQr/view?usp=sharing
sir , i removed the extra ids and jokes which have ’ ,’ between them , i replaced it with ‘;’
as i saw it in the sample output, now the accuracy is 52%

semicolon in some sentences has a different meaning , and it is there in sentence itself.
you just need to deal with commas

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.