google/fleurs
Viewer • Updated • 768k • 57.2k • 403
How to use LWobole/whisper-small-tl with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="LWobole/whisper-small-tl") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("LWobole/whisper-small-tl")
model = AutoModelForSpeechSeq2Seq.from_pretrained("LWobole/whisper-small-tl")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.0082 | 8.4746 | 1000 | 0.4410 | 17.2100 |
| 0.0008 | 16.9492 | 2000 | 0.4821 | 16.8456 |
| 0.0004 | 25.4237 | 3000 | 0.5031 | 17.3030 |
| 0.0003 | 33.8983 | 4000 | 0.5111 | 17.3340 |
Base model
openai/whisper-small