timniel/Pidgin_ASR_Dataset_Combined
Viewer • Updated • 5.88k • 27
How to use timniel/whisper-tiny-naija-finetuned with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="timniel/whisper-tiny-naija-finetuned") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("timniel/whisper-tiny-naija-finetuned")
model = AutoModelForSpeechSeq2Seq.from_pretrained("timniel/whisper-tiny-naija-finetuned")This model is a fine-tuned version of openai/whisper-tiny on the Naija-ASR-Corpus dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 1.2457 | 0.3021 | 100 | 1.1449 | 76.9210 |
| 0.9626 | 0.6042 | 200 | 0.9074 | 62.0509 |
| 0.8398 | 0.9063 | 300 | 0.8167 | 74.2261 |
| 0.6932 | 1.2085 | 400 | 0.7802 | 73.1067 |
| 0.6619 | 1.5106 | 500 | 0.7690 | 75.8154 |
Base model
openai/whisper-tiny