update repo

This commit is contained in:
嘉渊 2023-05-15 11:17:28 +08:00
parent 1e17f69309
commit 678473685d

View File

@ -3,10 +3,9 @@
stage=1
stop_stage=3
bert_model_root="../../huggingface_models"
bert_model_name="bert-base-chinese"
raw_dataset_path="../DATA"
model_path=${bert_model_root}/${bert_model_name}
model_path=${bert_model_name}
. utils/parse_options.sh || exit 1;