mozilla-foundation/common_voice_13_0
Updated • 2.31k • 3
How to use mirodil/whisper-tiny-uzbek with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="mirodil/whisper-tiny-uzbek") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("mirodil/whisper-tiny-uzbek")
model = AutoModelForSpeechSeq2Seq.from_pretrained("mirodil/whisper-tiny-uzbek")This model is a fine-tuned version of openai/whisper-tiny on the mozilla-foundation/common_voice_13_0 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.2929 | 0.8 | 3000 | 0.3281 | 50.8851 | 40.4395 |
| 0.2194 | 1.59 | 6000 | 0.3110 | 49.2325 | 37.9320 |
| 0.177 | 2.39 | 9000 | 0.3003 | 47.8700 | 36.8366 |
| 0.1574 | 3.18 | 12000 | 0.2997 | 48.2291 | 37.0491 |
| 0.1524 | 3.98 | 15000 | 0.2958 | 47.2395 | 36.4400 |
| 0.1455 | 4.77 | 18000 | 0.2981 | 47.7812 | 36.7906 |
Base model
openai/whisper-tiny