Fine-tuned
openai/whisper-tiny for
Maithili (मैथिली) automatic speech recognition.
The model was trained on the
IISc SYSPIN Project Maithili TTS Dataset — studio-recorded speech data released under the
SYSPIN project by the Indian Institute of Science (IISc), Bengaluru.
1from transformers import WhisperForConditionalGeneration, WhisperProcessor, pipeline
2
3model = WhisperForConditionalGeneration.from_pretrained("rockerritesh/whisper-tiny-maithili")
4processor = WhisperProcessor.from_pretrained("rockerritesh/whisper-tiny-maithili")
5
6pipe = pipeline(
7 "automatic-speech-recognition",
8 model=model,
9 tokenizer=processor.tokenizer,
10 feature_extractor=processor.feature_extractor,
11)
12
13result = pipe("path/to/maithili_audio.wav")
14print(result["text"])
1@misc{sumit-maithili-tiny,
2 title = {sumit-maithili-tiny: Whisper Tiny Fine-tuned for Maithili ASR},
3 author = {Sumit Yadav},
4 year = {2026},
5 url = {https://huggingface.co/rockerritesh/whisper-tiny-maithili}
6}
The audio data is from the SYSPIN project. Please also cite:
1@misc{SYSPIN_S1.0_Corpus,
2 title = {SYSPIN_S1.0 Corpus - A TTS Corpus of 900+ hours in nine Indian Languages},
3 author = {Abhayjeet Et al.},
4 year = {2025}
5}
The audio dataset was created under the SYSPIN project by
Indian Institute of Science (IISc), Bengaluru and is released under
CC-BY-4.0. We are grateful to the voice artists and the SPIRE Lab, EE Dept., IISc for making this data publicly available.
Special thanks to the project of German Development Cooperation "FAIR Forward - AI for All" and Bhashini AI Solutions Private Limited for their financial support in developing the TTS corpus.
Contact (dataset): SPIRE Lab, EE Dept., IISc, Bengaluru —
contact.syspin@iisc.ac.in