google/fleurs
Viewer • Updated • 768k • 57.2k • 402
How to use arun100/whisper-base-tl-1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="arun100/whisper-base-tl-1") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("arun100/whisper-base-tl-1")
model = AutoModelForSpeechSeq2Seq.from_pretrained("arun100/whisper-base-tl-1")This model is a fine-tuned version of openai/whisper-base on the google/fleurs fil_ph 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.5804 | 38.0 | 500 | 0.7836 | 36.0478 |
| 0.1934 | 76.0 | 1000 | 0.6861 | 31.5220 |
| 0.0589 | 115.0 | 1500 | 0.7040 | 32.4415 |
| 0.0251 | 153.0 | 2000 | 0.7222 | 30.8106 |
| 0.0154 | 192.0 | 2500 | 0.7362 | 31.3593 |
| 0.0109 | 230.0 | 3000 | 0.7470 | 31.7604 |
| 0.0085 | 269.0 | 3500 | 0.7562 | 31.7112 |
| 0.0071 | 307.0 | 4000 | 0.7630 | 31.9874 |
| 0.0064 | 346.0 | 4500 | 0.7675 | 32.0064 |
| 0.0061 | 384.0 | 5000 | 0.7692 | 32.0669 |
Base model
openai/whisper-base