ilprl-docse/Nwacha_Muna_A_Newari_ASR_Dataset
Viewer • Updated • 5.73k • 117
How to use ilprl-docse/NwachaMuna-NepConformer-FT with NeMo:
import nemo.collections.asr as nemo_asr
asr_model = nemo_asr.models.ASRModel.from_pretrained("ilprl-docse/NwachaMuna-NepConformer-FT")
transcriptions = asr_model.transcribe(["file.wav"])NwachaMuna-NepConformer-FT. 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 model on the Nwāchā Munā corpus — achieving 18.72% CER. The training scripts of this model can be found at https://github.com/ilprl/nwacha-muna.
import nemo.collections.asr as nemo_asr
model = nemo_asr.models.ASRModel.from_pretrained("ilprl-docse/NwachaMuna-NepConformer-FT")
transcriptions = model.transcribe(["file.wav"])
print(transcriptions[0])