What's the format and composition of the submission file?
I can't submit my result as a json file.
I tried it as a zip with a folder that has all .jsons, but get a division by 0 error
Posted by: robvanderg @ Jan. 28, 2022, 9:10 p.m.Figured it out: you need to zip all of the test files directly: zip -r submission.zip cs.ai-ann2.json cs.ai-ann3.json econ.th-ann4.json physics.atom_ph-ann8.json q_bio.qm-ann11.json
Posted by: robvanderg @ Jan. 28, 2022, 9:15 p.m.