mirfan899/jalandhary_asr
Viewer • Updated • 10.3k • 36
How to use abdullah090809/whisper-medium-ur-v3 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="abdullah090809/whisper-medium-ur-v3") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("abdullah090809/whisper-medium-ur-v3")
model = AutoModelForSpeechSeq2Seq.from_pretrained("abdullah090809/whisper-medium-ur-v3")This model is a fine-tuned version of GogetaBlueMUI/whisper-medium-ur-v2-resumed on the jalandhary_asr 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.1884 | 0.3401 | 350 | 0.1993 | 24.2099 |
| 0.187 | 0.6803 | 700 | 0.1758 | 23.0122 |
| 0.1198 | 1.0204 | 1050 | 0.1647 | 22.1497 |
Base model
openai/whisper-medium