kaldi-serve
kaldi-serve copied to clipboard
Transformer LM lattice rescoring
To be updated.
Implement PyTorch Transformer LM lattice rescoring in the Decoder class of kaldi-serve core C++ library. Please find a similar implementation for RNN LM lattice rescoring here. The idea here is to be able to rescore the n-gram LM lattice using a more sophisticated model like a Transformer to acheive greater accuracy.
Relevant links: