What data are we submitting from. I have been trying to submit my solution but it gives an error on several missing IDs. I have checked and the files being refered to are in the test dataset which is yet to be made available. PS. I am trying to submit on predictions from Afrispeech-dev/dev files
Can you provide a snippet of the code you are running?
Are you testing on data from huggingface or from the google drive download?
@intron Google Drive download
@Brian_Macharia the dev_meta table and the dev/validation dataset contain 3227 samples/audios, the test_meta/test dataset that will be uploaded later contains 5064 samples, while the submission file should contain all IDs (8091). The easiest solution is to concatenate your dev_meta predictions with, a " " space for the test_meta transcripts.
@Siwar_NASRI this is what i ended up doing.