google/fleurs
Viewer • Updated • 768k • 63.6k • 406
How to use steja/whisper-small-tamil with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="steja/whisper-small-tamil") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("steja/whisper-small-tamil")
model = AutoModelForSpeechSeq2Seq.from_pretrained("steja/whisper-small-tamil")This model is a fine-tuned version of openai/whisper-small on the google/fleurs dataset for Tamil. 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.0882 | 2.27 | 500 | 0.2674 | 16.7354 |
| 0.0026 | 11.76 | 1000 | 0.3508 | 15.3720 |
| 0.0012 | 17.64 | 1500 | 0.3920 | 15.6156 |
| 0.0009 | 23.53 | 2000 | 0.4076 | 15.4284 |
| 0.0002 | 29.41 | 2500 | 0.4268 | 15.0215 |