IndabaxSenegal/asr-wolof-dataset
Viewer • Updated • 13k • 112
How to use alfaDF9/whisper-small-wolof with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="alfaDF9/whisper-small-wolof") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("alfaDF9/whisper-small-wolof")
model = AutoModelForSpeechSeq2Seq.from_pretrained("alfaDF9/whisper-small-wolof")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.1739 | 0.1724 | 1000 | 0.8788 | 51.3684 |
| 0.1841 | 0.3448 | 2000 | 0.8774 | 52.4196 |
| 0.199 | 0.5172 | 3000 | 0.8464 | 54.0335 |
| 0.2244 | 0.6897 | 4000 | 0.8384 | 49.9673 |
| 0.1751 | 0.8621 | 5000 | 0.8271 | 51.1557 |
Base model
openai/whisper-small