mozilla-foundation/common_voice_13_0
Updated • 1.68k • 5
How to use abdullah090809/whisper-small-ur-v2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="abdullah090809/whisper-small-ur-v2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("abdullah090809/whisper-small-ur-v2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("abdullah090809/whisper-small-ur-v2")This model is a fine-tuned version of GogetaBlueMUI/whisper-small-ur on the 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 |
|---|---|---|---|---|
| 0.068 | 1.9305 | 500 | 0.6670 | 37.1751 |
| 0.0182 | 3.8610 | 1000 | 0.7094 | 35.9684 |
| 0.0032 | 5.7915 | 1500 | 0.7436 | 35.4231 |