google/fleurs
Viewer • Updated • 768k • 80k • 424
How to use ihanif/whisper-large-pashto with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="ihanif/whisper-large-pashto") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("ihanif/whisper-large-pashto")
model = AutoModelForSpeechSeq2Seq.from_pretrained("ihanif/whisper-large-pashto")This model is a fine-tuned version of openai/whisper-large-v2 on the google/fleurs ps_af 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 |
|---|---|---|---|---|
| 1.2281 | 16.59 | 100 | 1.0951 | 69.3118 |
| 0.7529 | 33.3 | 200 | 0.8693 | 57.5635 |
| 0.5372 | 49.89 | 300 | 0.8399 | 54.7350 |
| 0.4398 | 66.59 | 400 | 0.8623 | 54.0685 |
| 0.3244 | 83.3 | 500 | 0.9098 | 54.7505 |
| 0.238 | 99.89 | 600 | 0.9607 | 55.3782 |
| 0.2014 | 116.59 | 700 | 1.0077 | 55.9206 |