Update docs/source/decoding-with-langugage-models/shallow-fusion.rst

Co-authored-by: Fangjun Kuang <csukuangfj@gmail.com>
This commit is contained in:
marcoyang1998 2023-06-29 12:10:07 +08:00 committed by GitHub
parent 8be9f0d562
commit 85a8a0a130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ Shallow fusion for RNN Transducer
External language models (LM) are commonly used to improve WERs for E2E ASR models. External language models (LM) are commonly used to improve WERs for E2E ASR models.
This tutorial shows you how to perform ``shallow fusion`` with an external LM This tutorial shows you how to perform ``shallow fusion`` with an external LM
to improve the word-error-rate of a RNN Transducer model. to improve the word-error-rate of a transducer model.
.. note:: .. note::