File size: 472 Bytes
8fc70f8
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
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.