google/fleurs
Viewer • Updated • 768k • 57.7k • 402
How to use steja/whisper-small-shona with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="steja/whisper-small-shona") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("steja/whisper-small-shona")
model = AutoModelForSpeechSeq2Seq.from_pretrained("steja/whisper-small-shona")This model is a fine-tuned version of openai/whisper-small on the google/fleurs sn_zw 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.0064 | 24.24 | 400 | 0.9630 | 50.7233 |
| 0.001 | 48.48 | 800 | 1.0617 | 49.9397 |
| 0.0005 | 72.73 | 1200 | 1.1016 | 49.9397 |
| 0.0004 | 96.97 | 1600 | 1.1220 | 49.9096 |
| 0.0003 | 121.21 | 2000 | 1.1298 | 50.0422 |
Base model
openai/whisper-small