mozilla-foundation/common_voice_17_0
Updated • 4.9k • 32
How to use blackhole33/whisper-medium-uz_v1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="blackhole33/whisper-medium-uz_v1", device_map="auto") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("blackhole33/whisper-medium-uz_v1")
model = AutoModelForSpeechSeq2Seq.from_pretrained("blackhole33/whisper-medium-uz_v1", device_map="auto")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