Decoding with language models
This section describes how to use external langugage models during decoding to improve the WER of transducer models. To train an external language model, please refer to this tutorial: Train an RNN language model.
The following decoding methods with external langugage models are available:
Decoding method |
beam=4 |
---|---|
|
Beam search (i.e. really n-best decoding, the “beam” is the value of n), similar to the original RNN-T paper. Note, this method does not use language model. |
|
As |
|
As |
|
As |
|
As |