set ngram-lm-scale=0.35 as default

This commit is contained in:
Mingshuang Luo 2022-07-29 11:17:31 +08:00 committed by GitHub
parent 93f4eb1164
commit d64fb92f16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,7 +225,7 @@ def get_parser():
parser.add_argument(
"--ngram-lm-scale",
type=float,
default=0.07,
default=0.35,
help="""
Used only when --decoding_method is fast_beam_search_nbest_LG.
It specifies the scale for n-gram LM scores.