This commit is contained in:
Xiaoyu Yang 2024-01-09 15:41:37 +08:00 committed by GitHub
parent 5445ea6df6
commit e2fcb42f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ The next step is to train the RNNLM model. The training command is as follows:
--use-fp16 0 \ --use-fp16 0 \
--tie-weights 1 \ --tie-weights 1 \
--embedding-dim 2048 \ --embedding-dim 2048 \
--hidden_dim 2048 \ --hidden-dim 2048 \
--num-layers 3 \ --num-layers 3 \
--batch-size 300 \ --batch-size 300 \
--lm-data rnn_lm/data/lang_bpe_500/sorted_lm_data.pt \ --lm-data rnn_lm/data/lang_bpe_500/sorted_lm_data.pt \
@ -93,12 +93,3 @@ The next step is to train the RNNLM model. The training command is as follows:
.. note:: .. note::
The training of RNNLM can take a long time (usually a couple of days). The training of RNNLM can take a long time (usually a couple of days).