Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: andrusenkoau <[email protected]>
  • Loading branch information
andrusenkoau committed Apr 12, 2023
1 parent a5a6695 commit 9be6a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/asr/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ with sub-word encoding at ``<NeMo_git_root>/examples/asr/conf/conformer/hybrid_t
.. _Conformer-HAT_model:

Conformer-HAT (Hybrid Autoregressive Transducer)
--------------------------------------
------------------------------------------------
Conformer HAT model (do not confuse it with Hybrid-Transducer-CTC) is a modification of Conformer-Transducer model based on `Google paper <https://arxiv.org/abs/2003.07705>`_.
The main idea is to separate labels and blank score predictions, which allows to estimate the internal LM probabilities during decoding.
When external LM is available for inference, the internal LM can be subtracted from HAT model prediction in beamsearch decoding to improve external LM efficiency.
Expand Down

0 comments on commit 9be6a4b

Please sign in to comment.