Update train.py

This commit is contained in:
jinzr 2023-09-21 15:23:47 +08:00
parent 6719f4649e
commit 54aff34088

View File

@ -323,7 +323,7 @@ def get_parser():
parser.add_argument(
"--bpe-model",
type=str,
default="data/lang_bpe_2000/bpe.model",
default="data/lang_bbpe_2000/bbpe.model",
help="Path to the BPE model",
)