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
malformed csv at line 4
Help · 19 Mar 2023, 11:59 · 2

Hi, I'm trying to submit my submission but I get the above error. I've tried index=False, concatenating the test_meta and dev_meta to form the submission file as well. Still no luck.

Discussion 2 answers

Solution:

submission['transcript'] = submission['transcript'].apply(lambda x: x.replace('\n',' '))

20 Mar 2023, 11:56
Upvotes 1

Thanks, it worked