IndabaxSenegal/asr-wolof-dataset
Viewer • Updated • 13k • 224
How to use ngia/whisper-small-wolof with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="ngia/whisper-small-wolof") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("ngia/whisper-small-wolof")
model = AutoModelForSpeechSeq2Seq.from_pretrained("ngia/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.0367 | 1.0 | 450 | 1.1685 | 50.4807 |
| 0.0191 | 2.0 | 900 | 1.1760 | 51.2109 |
Base model
openai/whisper-small