yakhyo/mozilla-common-voice-uzbek
Viewer • Updated • 287k • 207 • 4
How to use Jamusan2001/whisper-small-uz with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Jamusan2001/whisper-small-uz") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Jamusan2001/whisper-small-uz")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Jamusan2001/whisper-small-uz", device_map="auto")This model is a fine-tuned version of openai/whisper-small on the Mozilla Common Voice (Uzbek) 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 Ortho | Wer |
|---|---|---|---|---|---|
| 0.6628 | 0.8 | 500 | 0.7149 | 60.6736 | 50.4066 |
Base model
openai/whisper-small