Error at test submission

#22
by dangmn - opened

Hi @clefourrier , I could not submit to the test set. There was a single "Error" message with no further explanation.

dangmn changed discussion status to closed

Here’s what I did to fix the error:

  • Make sure were no null values in the .jsonl submission.
  • Made sure all values were of type str so the question_scorer function could run correctly. I had one value that was of type int, which caused an error at this line.

Congrats on fixing it!

Sign up or log in to comment