google/fleurs
Viewer • Updated • 768k • 82.1k • 423
How to use realtime-speech/shona-finetune with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="realtime-speech/shona-finetune") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("realtime-speech/shona-finetune")
model = AutoModelForSpeechSeq2Seq.from_pretrained("realtime-speech/shona-finetune")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 |
Base model
openai/whisper-large-v2