mirfan899/jalandhary_asr
Viewer • Updated • 10.3k • 35
How to use abdullah090809/whisper-medium-ur-jalandhary with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="abdullah090809/whisper-medium-ur-jalandhary") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("abdullah090809/whisper-medium-ur-jalandhary")
model = AutoModelForSpeechSeq2Seq.from_pretrained("abdullah090809/whisper-medium-ur-jalandhary")This model is a fine-tuned version of GogetaBlueMUI/whisper-medium-ur-jalandhary 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.1097 | 0.5831 | 600 | 0.1066 | 18.6509 |
| 0.0664 | 1.1662 | 1200 | 0.1020 | 19.1575 |
| 0.0821 | 1.7493 | 1800 | 0.1016 | 19.2725 |
| 0.0567 | 2.3324 | 2400 | 0.1012 | 19.8078 |
Unable to build the model tree, the base model loops to the model itself. Learn more.