msteb_leaderboard / notes.txt
vivekvermaiit's picture
json file in results
8fc70f8
raw
history blame contribute delete
472 Bytes
The submission flow for the project is as follows:
When a csv is submitted, we store the csv in the msteb requests dataset in the folder that's appropriate
based on text or speech results.
Then this csv result is in the same flow converted into a json file and uploaded to results dataset.
This helps the leaderboard parse those results and display it.
There are validation checks for the csv being formatted correctly and that at least one result value is present.