Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Telugu
whisper
Eval Results (legacy)
Instructions to use Iqrayaseen/whisper-small-te with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Iqrayaseen/whisper-small-te with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Iqrayaseen/whisper-small-te")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Iqrayaseen/whisper-small-te") model = AutoModelForSpeechSeq2Seq.from_pretrained("Iqrayaseen/whisper-small-te") - Notebooks
- Google Colab
- Kaggle
Finetuned openai/whisper-small on 99 Telugu training audio samples from ./cv-corpus-26.0-2026-06-12/te.
This model was created from the Mozilla.ai Blueprint: speech-to-text-finetune.
Evaluation results on 93 audio samples of Telugu:
Baseline model (before finetuning) on Telugu
- Word Error Rate (Normalized): 211.709
- Word Error Rate (Orthographic): 197.708
- Character Error Rate (Normalized): 174.02
- Character Error Rate (Orthographic): 229.888
- Loss: 2.799
Finetuned model (after finetuning) on Telugu
- Word Error Rate (Normalized): 76.298
- Word Error Rate (Orthographic): 102.579
- Character Error Rate (Normalized): 47.274
- Character Error Rate (Orthographic): 64.387
- Loss: 1.076
- Downloads last month
- 128
Model tree for Iqrayaseen/whisper-small-te
Base model
openai/whisper-smallEvaluation results
- wer on Common Voice (Telugu)self-reported76.298