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:00 +08:00 committed by GitHub
parent b55dd5e364
commit 8be9f0d562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ to improve the word-error-rate of a RNN Transducer model.
.. note::
For simplicity, the training and testing corpus in this tutorial is the same (`LibriSpeech`_). However, you can change the testing set
to any other domains (e.g GigaSpeech) and use an external LM trained on that domain.
to any other domains (e.g `GigaSpeech`_) and use an external LM trained on that domain.
.. HINT::