From 85a8a0a1309d2b1f108586c7b160aa6c62fd0ec4 Mon Sep 17 00:00:00 2001 From: marcoyang1998 <45973641+marcoyang1998@users.noreply.github.com> Date: Thu, 29 Jun 2023 12:10:07 +0800 Subject: [PATCH] Update docs/source/decoding-with-langugage-models/shallow-fusion.rst Co-authored-by: Fangjun Kuang --- docs/source/decoding-with-langugage-models/shallow-fusion.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/decoding-with-langugage-models/shallow-fusion.rst b/docs/source/decoding-with-langugage-models/shallow-fusion.rst index 72ad43a2c..b77c4b935 100644 --- a/docs/source/decoding-with-langugage-models/shallow-fusion.rst +++ b/docs/source/decoding-with-langugage-models/shallow-fusion.rst @@ -5,7 +5,7 @@ Shallow fusion for RNN Transducer 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 -to improve the word-error-rate of a RNN Transducer model. +to improve the word-error-rate of a transducer model. .. note::