This model was trained as part of the paper
Nwāchā Munā: A Devanagari Speech Corpus and Proximal Transfer Benchmark for Nepal Bhasha ASR. It is a
NepConformer fine-tuned on the
Nwāchā Munā corpus with a
semi-supervised learning approach — achieving
19.83% CER. The training scripts can be found at
github.com/ilprl/nwacha-muna.
1import nemo.collections.asr as nemo_asr
2
3model = nemo_asr.models.ASRModel.from_pretrained("ilprl-docse/NwachaMuna-NepConformer-SSL")
4transcriptions = model.transcribe(["file.wav"])
5print(transcriptions[0])