google/fleurs
Viewer • Updated • 768k • 57.2k • 402
How to use steja/whisper-large-shona with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="steja/whisper-large-shona") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("steja/whisper-large-shona")
model = AutoModelForSpeechSeq2Seq.from_pretrained("steja/whisper-large-shona")This model is a fine-tuned version of openai/whisper-large-v2 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.0005 | 41.64 | 500 | 0.8784 | 37.525 |
| 0.0003 | 83.32 | 1000 | 0.9189 | 37.5 |