google/fleurs
Viewer โข Updated โข 768k โข 80.3k โข 422
How to use steja/whisper-small-yoruba with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="steja/whisper-small-yoruba") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("steja/whisper-small-yoruba")
model = AutoModelForSpeechSeq2Seq.from_pretrained("steja/whisper-small-yoruba")This model is a fine-tuned version of openai/whisper-small on the google/fleurs yo_ng 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 |
|---|---|---|---|---|
| 0.013 | 36.35 | 400 | 1.4068 | 72.9681 |
| 0.0008 | 72.7 | 800 | 1.5546 | 68.4507 |
| 0.0003 | 109.09 | 1200 | 1.6400 | 67.9137 |
| 0.0002 | 145.43 | 1600 | 1.6773 | 67.8866 |
| 0.0002 | 181.78 | 2000 | 1.6901 | 68.1123 |