google/fleurs
Viewer • Updated • 768k • 76.3k • 420
How to use steja/whisper-small-somali with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="steja/whisper-small-somali") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("steja/whisper-small-somali")
model = AutoModelForSpeechSeq2Seq.from_pretrained("steja/whisper-small-somali")This model is a fine-tuned version of openai/whisper-small 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.0205 | 30.74 | 400 | 1.8418 | 67.2524 |
| 0.0012 | 61.52 | 800 | 2.0764 | 66.5950 |
| 0.0006 | 92.3 | 1200 | 2.1537 | 67.6452 |
| 0.0004 | 123.07 | 1600 | 2.1930 | 67.1367 |
| 0.0004 | 153.81 | 2000 | 2.2065 | 66.9299 |