google/fleurs
Viewer • Updated • 768k • 57.2k • 403
How to use LWobole/whisper-small-tagalog with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="LWobole/whisper-small-tagalog") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("LWobole/whisper-small-tagalog")
model = AutoModelForSpeechSeq2Seq.from_pretrained("LWobole/whisper-small-tagalog")This model is a fine-tuned version of openai/whisper-small on the 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.2302 | 1.6949 | 200 | 0.3983 | 19.2837 |
| 0.0482 | 3.3898 | 400 | 0.3991 | 18.2875 |
| 0.017 | 5.0847 | 600 | 0.4136 | 16.8805 |
| 0.0068 | 6.7797 | 800 | 0.4265 | 16.5355 |
| 0.0038 | 8.4746 | 1000 | 0.4357 | 16.6557 |
| 0.0031 | 10.1695 | 1200 | 0.4392 | 16.6557 |