mozilla-foundation/common_voice_17_0
Updated • 5.49k • 16
How to use jmshd/whisper-uz with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="jmshd/whisper-uz") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("jmshd/whisper-uz")
model = AutoModelForSpeechSeq2Seq.from_pretrained("jmshd/whisper-uz")This model is a fine-tuned version of Whisper Base on an Common Voice dataset. It achieves the following results on the evaluation set:
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 0.0346 | 0.5714 | 500 | 0.1719 | 14.7950 |
| 0.0348 | 1.1429 | 1000 | 0.1703 | 14.2490 |
| 0.0327 | 1.7143 | 1500 | 0.1672 | 14.1848 |
| 0.02 | 2.2857 | 2000 | 0.1652 | 14.0135 |
Unable to build the model tree, the base model loops to the model itself. Learn more.