google/fleurs
Viewer • Updated • 768k • 88.6k • 431
How to use muhtasham/whisper-medium-tg_tj with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="muhtasham/whisper-medium-tg_tj") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("muhtasham/whisper-medium-tg_tj")
model = AutoModelForSpeechSeq2Seq.from_pretrained("muhtasham/whisper-medium-tg_tj", device_map="auto")This model is a fine-tuned version of openai/whisper-medium on the google/fleurs tg_tj 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.0016 | 66.0 | 1000 | 0.6929 | 24.2993 |
| 0.0001 | 133.0 | 2000 | 0.8054 | 23.3022 |
| 0.0001 | 199.0 | 3000 | 0.8652 | 23.2237 |
| 0.0 | 266.0 | 4000 | 0.9019 | 23.2394 |
| 0.0 | 333.0 | 5000 | 0.9217 | 23.1530 |