Skip to content

kingabzpro/WOLOF-ASR-Wav2Vec2

Repository files navigation

WOLOFASR

WOLOF-ASR-Wav2Vec2

Audio preprocessing and finetuning using wav2vec2-large-xlsr model on AI4D Baamtu Datamation - automatic speech recognition in WOLOF data.

Zindi ASR Competition

image-20210605165339167

The challenge will focus on a public transport use case for two reasons. First, many users of public transport can’t read or speak French, so they can’t interact with existing apps that help passengers to find a bus for a given destination. And second, there is already an existing app in Senegal, WeeGo, which helps passengers to get transport information.

The goal of this competition is to build an ASR model that will help illiterate people use existing apps to find which bus they can take to reach their destination, without having to know how to read or write.

About Baamtu Datamation (baamtu.com)

img

Baamtu Datamation is a Senegalese company focused on helping companies to leverage AI and Big Data.

About AI4D-Africa; Artificial Intelligence for Development-Africa Network (ai4d.ai)

img

WOLOF Speech Data

The Zindi data is easily accessible if you have Zindia account. I don't have permission to publish the data in repos due to their updates in terms and conditions.

There are 6683 audio files in the train set and 1590 in the test set. You will use these files to train your model and submit your translations.

The goal of this competition is to build an ASR model that will help illiterate people use existing apps to find which bus they can take to reach their destination, without having to know how to read or write.

Files available for download:

  • clips.zip - contains all the audio files
  • Train.csv - contains the audio IDs and the transcription. This is the dataset that you will use to train your model.
  • Test.csv - contains the audio IDs and some information about the audio file. It does not include the transcription. You will use the model you trained on Train.csv to make your translation predictions for the test files.
  • SampleSubmission.csv - shows the submission format for this competition, with the ID column indicating the test audio files. The “transcription” column contains your predictions. The order of the rows does not matter, but the names of the ID must be correct.

Preprocessing .mp3 to.wav file format.

View in Deepnote

The audio data that was given to us was in.mp3 format and we have to downs ample and convert it into .wav format in order to finetune facebook/wav2vec2-large-xlsr-53 model.

I have used Joblib Parallel to reduce the conversion time.

Reference

Idea is from this notebook :Kaggle

Joblib Parallel form : YouTube

Removing silence and noise from Audio files.

View in Deepnote

The main function was inspired by Remove Background/Dead Noise, where he have used simple audio library to remove both noise and silence. Then I used Joblib to increase the processing power. All the files were then zipped and ready to be used in both Kaggle and Colab for performance enhancement.

Finetuning and Predictions.

View in Deepnote

I have used competition data and converted pandas dataset into transformer data set for data preprocessing. I have explained everything in notebook. you can also play around will model parameters to improve the performance.

Most of the code was inspired by fine-tune-xlsr-wav2vec2

Model Available

huggingface

github

You can download my model from hugging face and use it directly to produce similar results. I have also added my best submission file in .cvs so that you can test it on competition page.

image-20210605165906300

Repo Image Credit: miro

Results

score

You can check my result on Zindi, I got 8th rank in AI4D Baamtu Datamation - Automatic Speech Recognition in WOLOF

Result: 7.88 %

ko-fi

About

Audio Preprocessing and finetuning of wav2vec2-large-xlsr model on AI4D Baamtu Datamation - Automatic Speech Recognition in WOLOF Data.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project