google/fleurs
Viewer • Updated • 768k • 65.8k • 407
How to use steja/whisper-small-kannada with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="steja/whisper-small-kannada") # Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("steja/whisper-small-kannada")
model = AutoModelForMultimodalLM.from_pretrained("steja/whisper-small-kannada")This model is a fine-tuned version of openai/whisper-small on the google/fleurs dataset for Kannada. 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.0792 | 2.27 | 500 | 0.2674 | 24.7048 |
| 0.0067 | 12.19 | 1000 | 0.1930 | 23.7758 |
| 0.0011 | 18.29 | 1500 | 0.2161 | 23.3225 |
| 0.0002 | 24.39 | 2000 | 0.2294 | 23.1332 |
| 0.0001 | 30.48 | 2500 | 0.2406 | 23.1652 |
| 0.0001 | 36.58 | 3000 | 0.2461 | 23.1531 |
| 0.0001 | 42.68 | 3500 | 0.2493 | 23.1108 |
| 0.0001 | 48.78 | 4000 | 0.2507 | 23.1257 |