State-of-the-art Tamil Automatic Speech Recognition. An
LLM-based speech-to-text model fine-tuned from
Qwen/Qwen3-ASR-1.7B for the
Tamil language (தமிழ்). On the public
FLEURS-Tamil benchmark it
outperforms AI4Bharat's IndicConformer (the prior Indic SOTA) on both WER and CER, and beats OpenAI's Whisper-large-v3 by a wide margin.
1pip install ms-swift transformers==4.57.6 qwen-asr soundfile
2swift infer \
3 --model lemuralabs/tamil-asr-qwen3 \
4 --val_dataset your_data.jsonl \
5 --infer_backend pt --max_new_tokens 256 --num_beams 5
Apache-2.0 (inherits the base model's license). Please also respect the licenses of the training datasets.
1@misc{tamil_asr_qwen3_2026,
2 title = {Tamil ASR (Qwen3-ASR): an LLM-based Tamil speech recognizer},
3 author = {Lemura Labs},
4 year = {2026},
5 howpublished = {\url{https://huggingface.co/lemuralabs/tamil-asr-qwen3}}
6}