Intron AfriSpeech-200 Automatic Speech Recognition Challenge
Can you create an automatic speech recognition (ASR) model for African accents, for use by doctors?
Prize
$5 000 USD
Time
2 months to go
Participants
11 active · 193 enrolled
Advanced
Automatic Speech Recognition
Health
Media
Missing IDs
Data · 24 Feb 2023, 13:47 · 5

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

Discussion 5 answers

Can you provide a snippet of the code you are running?

24 Feb 2023, 22:25
Upvotes 0

Are you testing on data from huggingface or from the google drive download?

24 Feb 2023, 22:26
Upvotes 0

@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.

25 Feb 2023, 20:50
Upvotes 1

@Siwar_NASRI this is what i ended up doing.