I keep getting "invalid data" error upon submitting my dev predictions. my predictions.conllu file looks like:
#<sent1>
<id>\t<word>\t<pred>
...
#<sent2>
<id>\t<word>\t<pred>
...
What is the correct format?
Posted by: pughrob @ May 12, 2023, 12:36 p.m.Hi,
Are you sending your text file inside a zip file? Codalab requires that the submissions are zipped.
Please let me know if that helps.
Regards,
Luis
Yes, that was my problem, thanks!
Posted by: pughrob @ May 12, 2023, 5:02 p.m.