Automatic Speech Recognition
NeMo
PyTorch
English
speech
audio
CTC
FastConformer
Transformer
NeMo
hf-asr-leaderboard
Eval Results

KenLM Integration

#1
by puvvadasaikiran - opened

can we use this model with KenLM
is the size of emissions constant?

Yes you can use kenlm with any of the ctc models

Yes you can use kenlm with any of the ctc models

Hey @smajumdar94 , any particular Decoder implementation you would suggest?
have tested with pyctcdecoder(kenshoLM) and ctc_decoder(pytorch) but results are pretty bad when compared to a existing greedy decoder

Sign up or log in to comment