shounakpaul95 commited on
Commit
4eff21d
1 Parent(s): d62dfe3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -449,7 +449,7 @@ with demo:
449
 
450
  ## Creating a submission file
451
 
452
- A submission file should exactly follow the format as "IL_TUR_eval_submission_dummy.json".
453
  Each key in the file corresponds to each task. You can submit predictions for one, multiple, or all tasks.
454
  However, for any task you submit, you should have predictions corresponding to every instance in the test set (keys in the submission file).
455
  In most cases, the format of the predictions is similar to that of the gold-standard labels in the dataset.
 
449
 
450
  ## Creating a submission file
451
 
452
+ A submission file should exactly follow the format as ["IL_TUR_eval_submission_dummy.json"](https://huggingface.co/spaces/Exploration-Lab/IL-TUR-Leaderboard/blob/main/submissions/baseline/IL_TUR_eval_submission_dummy.json).
453
  Each key in the file corresponds to each task. You can submit predictions for one, multiple, or all tasks.
454
  However, for any task you submit, you should have predictions corresponding to every instance in the test set (keys in the submission file).
455
  In most cases, the format of the predictions is similar to that of the gold-standard labels in the dataset.