google/fleurs
Viewer • Updated • 768k • 80k • 423
How to use Mukund017/whisper-small-kannada with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Mukund017/whisper-small-kannada") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Mukund017/whisper-small-kannada")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Mukund017/whisper-small-kannada")This model is a fine-tuned version of openai/whisper-small on the Fleurs 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.0238 | 6.0606 | 1000 | 0.1512 | 45.2296 |
| 0.0021 | 12.1212 | 2000 | 0.2023 | 43.6566 |
| 0.0001 | 18.1818 | 3000 | 0.2234 | 43.0085 |
| 0.0001 | 24.2424 | 4000 | 0.2298 | 42.9768 |
Base model
openai/whisper-small