google/fleurs
Viewer • Updated • 768k • 67.4k • 411
How to use steja/whisper-large-somali with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="steja/whisper-large-somali") # Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("steja/whisper-large-somali")
model = AutoModelForMultimodalLM.from_pretrained("steja/whisper-large-somali")This model is a fine-tuned version of openai/whisper-large-v2 on the google/fleurs so_so 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.0012 | 38.44 | 500 | 1.8906 | 55.4145 |
| 0.0004 | 76.89 | 1000 | 2.0039 | 55.0424 |