EYEDOL/naija-voices-yoruba-split_0-1
Viewer • Updated • 20.7k • 38
How to use EYEDOL/whisper-tiny-yoruba with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="EYEDOL/whisper-tiny-yoruba") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("EYEDOL/whisper-tiny-yoruba")
model = AutoModelForSpeechSeq2Seq.from_pretrained("EYEDOL/whisper-tiny-yoruba")This model is a fine-tuned version of EYEDOL/whisper-tiny-yoruba on the EYEDOL/naija-voices-yoruba-split_0-1 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 Ortho | Wer |
|---|---|---|---|---|---|
| 1.7353 | 1.0 | 583 | 0.8680 | 0.9448 | 0.8654 |
| 1.6436 | 2.0 | 1166 | 0.8494 | 0.8213 | 0.7490 |
| 1.5173 | 3.0 | 1749 | 0.8319 | 0.8237 | 0.7470 |
| 1.4143 | 4.0 | 2332 | 0.8215 | 0.7845 | 0.7128 |
| 1.3252 | 5.0 | 2915 | 0.8135 | 0.8788 | 0.7910 |
| 1.2425 | 6.0 | 3498 | 0.8106 | 0.7988 | 0.7224 |
| 1.1664 | 7.0 | 4081 | 0.8118 | 0.8508 | 0.7635 |
| 1.0950 | 8.0 | 4664 | 0.8156 | 0.7628 | 0.6813 |
| 1.0273 | 9.0 | 5247 | 0.8191 | 0.7867 | 0.7204 |
| 0.9611 | 10.0 | 5830 | 0.8292 | 0.7736 | 0.6948 |
| 0.8975 | 11.0 | 6413 | 0.8353 | 0.8007 | 0.7126 |
| 0.8363 | 12.0 | 6996 | 0.8526 | 0.7773 | 0.7006 |
Unable to build the model tree, the base model loops to the model itself. Learn more.