Nwāchā Munā NepConformer Semi-Supervised Learning (SSL) Approach

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.

Usage

import nemo.collections.asr as nemo_asr

model = nemo_asr.models.ASRModel.from_pretrained("ilprl-docse/NwachaMuna-NepConformer-SSL")
transcriptions = model.transcribe(["file.wav"])
print(transcriptions[0])
Downloads last month
52
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train ilprl-docse/NwachaMuna-NepConformer-SSL

Collection including ilprl-docse/NwachaMuna-NepConformer-SSL

Paper for ilprl-docse/NwachaMuna-NepConformer-SSL