naijavoices/naijavoices-dataset-compressed
Viewer • Updated • 2.09M • 69 • 6
How to use abasseyfresh/whisper-large-v3-igbo with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="abasseyfresh/whisper-large-v3-igbo") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("abasseyfresh/whisper-large-v3-igbo")
model = AutoModelForSpeechSeq2Seq.from_pretrained("abasseyfresh/whisper-large-v3-igbo", device_map="auto")This model is a fine-tuned version of openai/whisper-large-v3 on an unknown 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 |
|---|---|---|---|---|
| 2.0089 | 1.0661 | 500 | 0.9678 | 77.77 |
| 1.3785 | 2.1322 | 1000 | 0.7134 | 60.19 |
| 1.1897 | 3.1983 | 1500 | 0.6503 | 55.73 |
| 1.0523 | 4.2644 | 2000 | 0.6214 | 52.91 |
| 0.9796 | 5.3305 | 2500 | 0.6098 | 52.23 |
| 0.9334 | 6.3966 | 3000 | 0.6042 | 52.11 |
| 0.9120 | 7.4627 | 3500 | 0.6021 | 51.26 |
| 0.8714 | 8.5288 | 4000 | 0.6032 | 51.65 |
| 0.8599 | 9.5949 | 4500 | 0.6021 | 51.29 |
| 0.8597 | 10.6610 | 5000 | 0.6031 | 51.43 |
| 0.8562 | 11.7271 | 5500 | 0.6034 | 51.78 |
| 0.8612 | 12.7932 | 6000 | 0.6037 | 51.69 |
| 0.8595 | 13.8593 | 6500 | 0.6038 | 51.57 |
| 0.8415 | 14.9254 | 7000 | 0.6038 | 51.48 |
Base model
openai/whisper-large-v3