google/fleurs
Viewer โข Updated โข 768k โข 76.8k โข 421
How to use abdullah090809/whisper-medium-ur-fleurs with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="abdullah090809/whisper-medium-ur-fleurs") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("abdullah090809/whisper-medium-ur-fleurs")
model = AutoModelForSpeechSeq2Seq.from_pretrained("abdullah090809/whisper-medium-ur-fleurs")This model is a fine-tuned version of GogetaBlueMUI/whisper-medium-ur on the Fleurs Urdu 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.3288 | 0.7576 | 100 | 0.3701 | 23.7272 |
| 0.1527 | 1.5152 | 200 | 0.3769 | 23.5496 |
| 0.0874 | 2.2727 | 300 | 0.3747 | 22.8392 |
Base model
openai/whisper-medium