google/fleurs
Viewer • Updated • 768k • 57.3k • 402
How to use ihanif/whisper-medium-ps with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="ihanif/whisper-medium-ps") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("ihanif/whisper-medium-ps")
model = AutoModelForSpeechSeq2Seq.from_pretrained("ihanif/whisper-medium-ps")This model is a fine-tuned version of openai/whisper-medium 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 |
|---|---|---|---|---|
| 0.0139 | 14.29 | 100 | 1.0302 | 50.1211 |
| 0.0011 | 28.57 | 200 | 1.2129 | 49.7806 |
| 0.0008 | 42.86 | 300 | 1.2581 | 50.3178 |
| 0.0007 | 57.14 | 400 | 1.2850 | 50.5524 |
| 0.0007 | 71.43 | 500 | 1.2950 | 50.6432 |