You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

indicconformer_stt_as_large-finetune-v2

Fine-tuned from amn-raw/indic_conformer_ctc_rnnt_finetuned on a 189 hours (187k sample) subset of amn-raw/assamese-augmented-asr-data.

Usage

Method 1: Load directly via from_pretrained (Recommended)

import nemo.collections.asr as nemo_asr

model = nemo_asr.models.ASRModel.from_pretrained("amn-raw/indicconformer_stt_as_large-finetune-v2")
model.cur_decoder = "ctc"
print(model.transcribe(["sample_audio_16k_mono.wav"], batch_size=1, language_id="as")[0])
Downloads last month
19
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for amn-raw/indicconformer_stt_as_large_finetune_v2