google/fleurs
Viewer • Updated • 768k • 57.6k • 402
How to use abdullah090809/whisper-medium-ur-fleurs-v2 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-v2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("abdullah090809/whisper-medium-ur-fleurs-v2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("abdullah090809/whisper-medium-ur-fleurs-v2")This model is a fine-tuned version of GogetaBlueMUI/whisper-medium-ur-jalandhary 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.1051 | 0.7576 | 100 | 0.3871 | 23.5851 |
| 0.0437 | 1.5152 | 200 | 0.4073 | 23.7390 |
| 0.0209 | 2.2727 | 300 | 0.4184 | 23.1944 |
| 0.0199 | 3.0303 | 400 | 0.4228 | 23.0523 |
| 0.009 | 3.7879 | 500 | 0.4347 | 23.3602 |
| 0.0048 | 4.5455 | 600 | 0.4401 | 23.0050 |
Unable to build the model tree, the base model loops to the model itself. Learn more.