google/fleurs
Viewer • Updated • 768k • 57.6k • 402
How to use cibfaye/whisper-wolof with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="cibfaye/whisper-wolof") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("cibfaye/whisper-wolof")
model = AutoModelForSpeechSeq2Seq.from_pretrained("cibfaye/whisper-wolof")This model is a fine-tuned version of openai/whisper-small on the Google Fleurs 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 |
|---|---|---|---|---|---|
| 0.2261 | 3.2895 | 500 | 0.9998 | 45.8522 | 45.2079 |
| 0.0286 | 6.5789 | 1000 | 1.1460 | 44.4168 | 43.9413 |
Base model
openai/whisper-small