Skip to content

Commit

Permalink
fix more typos (#1340)
Browse files Browse the repository at this point in the history
* fix more typos

* fix typo

* fix typo

* fix typo
  • Loading branch information
hairyputtar authored Oct 27, 2023
1 parent c0a5327 commit 800bf4b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ To run stage 2 to stage 5, use:
.. HINT::

A 3-gram language model will be downloaded from huggingface, we assume you have
intalled and initialized ``git-lfs``. If not, you could install ``git-lfs`` by
installed and initialized ``git-lfs``. If not, you could install ``git-lfs`` by

.. code-block:: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ To run stage 2 to stage 5, use:
.. HINT::

A 3-gram language model will be downloaded from huggingface, we assume you have
intalled and initialized ``git-lfs``. If not, you could install ``git-lfs`` by
installed and initialized ``git-lfs``. If not, you could install ``git-lfs`` by

.. code-block:: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ The following shows two examples (for two types of checkpoints):

- ``beam_search`` : It implements Algorithm 1 in https://arxiv.org/pdf/1211.3711.pdf and
`espnet/nets/beam_search_transducer.py <https://github.com/espnet/espnet/blob/master/espnet/nets/beam_search_transducer.py#L247>`_
is used as a reference. Basicly, it keeps topk states for each frame, and expands the kept states with their own contexts to
is used as a reference. Basically, it keeps topk states for each frame, and expands the kept states with their own contexts to
next frame.

- ``modified_beam_search`` : It implements the same algorithm as ``beam_search`` above, but it
Expand Down
2 changes: 1 addition & 1 deletion docs/source/recipes/RNN-LM/librispeech/lm-training.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _train_nnlm:

Train an RNN langugage model
Train an RNN language model
======================================

If you have enough text data, you can train a neural network language model (NNLM) to improve
Expand Down

0 comments on commit 800bf4b

Please sign in to comment.