fixie-ai/common_voice_17_0
Viewer • Updated • 11.4M • 125k • 15
How to use deepdml/whisper-base-ta-mix-norm with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="deepdml/whisper-base-ta-mix-norm") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("deepdml/whisper-base-ta-mix-norm")
model = AutoModelForSpeechSeq2Seq.from_pretrained("deepdml/whisper-base-ta-mix-norm")This model is a fine-tuned version of openai/whisper-base on the Common Voice 17.0 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 | Cer |
|---|---|---|---|---|---|
| 0.1907 | 0.125 | 1000 | 0.2800 | 54.7140 | 12.3286 |
| 0.1294 | 0.25 | 2000 | 0.2466 | 50.1204 | 10.8475 |
| 0.1125 | 0.375 | 3000 | 0.2416 | 48.2552 | 10.6527 |
| 0.0839 | 0.5 | 4000 | 0.2322 | 46.5587 | 10.0303 |
| 0.0965 | 0.625 | 5000 | 0.2219 | 45.3337 | 9.5889 |
| 0.0719 | 0.75 | 6000 | 0.2191 | 44.6793 | 9.3874 |
| 0.0753 | 0.875 | 7000 | 0.2155 | 44.4101 | 9.2483 |
| 0.0883 | 1.0 | 8000 | 0.2168 | 44.3470 | 9.3419 |
Please cite the model using the following BibTeX entry:
@misc{deepdml/whisper-base-ta-mix-norm,
title={Fine-tuned Whisper base ASR model for speech recognition in Tamil},
author={Jimenez, David},
howpublished={\url{https://huggingface.co/deepdml/whisper-base-ta-mix-norm}},
year={2026}
}
Base model
openai/whisper-base