This model is a fine-tuned version of
openai/whisper-tiny on the Common Voice 13 dataset using the swahili only.
More information needed.
The model was trained without enough noise added as a form of data augmentation. Do not use this production. I recommend using a larger version of whisper with
more hyperparameter tuning especially the learning rate, momentum, weight decay and adjusting the batch size.
I followed the tutorial
here. Very minimum edits to the code were done following
this tutorial.