google/fleurs
Viewer • Updated • 768k • 56.7k • 405
How to use ihanif/pashto-asr-base with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="ihanif/pashto-asr-base") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("ihanif/pashto-asr-base")
model = AutoModelForSpeechSeq2Seq.from_pretrained("ihanif/pashto-asr-base")This model is a fine-tuned version of openai/whisper-base on the google/fleurs 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 | Cer |
|---|---|---|---|---|---|
| 1.1215 | 2.38 | 100 | 0.9444 | 68.3354 | 30.2694 |
| 0.8268 | 4.75 | 200 | 0.8267 | 63.2440 | 28.2636 |
| 0.6912 | 7.14 | 300 | 0.7959 | 62.2443 | 28.2123 |
| 0.5725 | 9.52 | 400 | 0.7896 | 60.5859 | 27.6920 |
| 0.5231 | 11.89 | 500 | 0.7884 | 59.8574 | 27.1273 |
| 0.4752 | 14.28 | 600 | 0.7901 | 59.6482 | 27.0947 |