Update the parameter 'vocab-size' (#1364)

Co-authored-by: wdq <dongqin.wan@desaysv.com>
This commit is contained in:
wnywbyt 2023-11-02 20:45:30 +08:00 committed by GitHub
parent 9e5a5d7839
commit c3bbb32f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -362,6 +362,6 @@ if [ $stage -le 21 ] && [ $stop_stage -ge 21 ]; then
--exp-dir rnnlm_char/exp \
--lm-data data/lm_char/sorted_lm_data.pt \
--lm-data-valid data/lm_char/sorted_lm_data-valid.pt \
--vocab-size 4336 \
--vocab-size 5537 \
--master-port 12340
fi