IndabaxSenegal/asr-wolof-dataset
Viewer • Updated • 13k • 112
How to use ngia/whisper-small-wo with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="ngia/whisper-small-wo") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("ngia/whisper-small-wo")
model = AutoModelForSpeechSeq2Seq.from_pretrained("ngia/whisper-small-wo")This model is a fine-tuned version of openai/whisper-small on the ASR Wolof Dataset 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.0965 | 1.5408 | 1000 | 0.1751 | 83.2067 |
| 0.0406 | 3.0817 | 2000 | 0.1761 | 78.6749 |
| 0.0192 | 4.6225 | 3000 | 0.1772 | 78.8612 |
| 0.0037 | 6.1633 | 4000 | 0.1726 | 78.4437 |
Base model
openai/whisper-small