google/fleurs
Viewer • Updated • 768k • 79.4k • 422
How to use ihanif/whisper-tiny-ps with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="ihanif/whisper-tiny-ps") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("ihanif/whisper-tiny-ps")
model = AutoModelForSpeechSeq2Seq.from_pretrained("ihanif/whisper-tiny-ps")This model is a fine-tuned version of openai/whisper-tiny 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 |
|---|---|---|---|---|
| 2.9393 | 14.29 | 100 | 2.9025 | 369.2645 |
| 2.7124 | 28.57 | 200 | 2.7165 | 407.9222 |
| 2.4773 | 42.86 | 300 | 2.4649 | 449.5006 |
| 2.3142 | 57.14 | 400 | 2.3466 | 473.6002 |
| 2.2942 | 71.43 | 500 | 2.3101 | 485.9867 |
| 2.0644 | 85.71 | 600 | 2.0926 | 491.4800 |
| 1.9799 | 100.0 | 700 | 2.0279 | 497.2231 |