google/fleurs
Viewer • Updated • 768k • 82.1k • 424
How to use arun100/whisper-small-zu_za with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="arun100/whisper-small-zu_za") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("arun100/whisper-small-zu_za")
model = AutoModelForSpeechSeq2Seq.from_pretrained("arun100/whisper-small-zu_za")This model is a fine-tuned version of openai/whisper-small on the google/fleurs zu_za 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.6219 | 9.01 | 100 | 1.0758 | 62.0201 |
| 0.0318 | 18.01 | 200 | 1.1143 | 56.7866 |