mozilla-foundation/common_voice_17_0
Updated โข 5.52k โข 15
How to use aisha-org/Whisper-Uzbek with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="aisha-org/Whisper-Uzbek") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("aisha-org/Whisper-Uzbek")
model = AutoModelForSpeechSeq2Seq.from_pretrained("aisha-org/Whisper-Uzbek")This model is a fine-tuned version of openai/whisper-medium on the Common Voice 17.0 dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
Founder: Rifat Mamayusupov
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 0.5187 | 0.5392 | 1000 | 0.4935 | 44.1403 |
| 0.3423 | 1.0785 | 2000 | 0.4008 | 37.6948 |
| 0.3018 | 1.6177 | 3000 | 0.3739 | 36.3575 |
| 0.2401 | 2.1569 | 4000 | 0.2821 | 31.7791 |
Base model
openai/whisper-medium