From f7150886f68f04abeab0ec6f4a6b6da111d8b99f Mon Sep 17 00:00:00 2001 From: Kennycao123 <32459001+Kennycao123@users.noreply.github.com> Date: Mon, 21 Nov 2022 15:26:07 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6e1e55..05f5408 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ fleetrun --gpus=x,y run_trainer.py./examples/cls_ernie_fc_ch.json - 运行run_infer.py ,选择对应的参数配置文件即可。如下所示: ```plain -python run_infer.py --param_path ./examples/cls_enrie_fc_ch_infer.json +python run_infer.py --param_path ./examples/cls_ernie_fc_ch_infer.json ``` - 预测过程中的日志自动保存在./output/predict_result.txt文件中。 @@ -155,7 +155,7 @@ python run_infer.py --param_path ./examples/cls_enrie_fc_ch_infer.json #进入预训练模型下载目录 cd ./applications/models_hub #下载ERNIE3.0 base模型 -sh downlaod_ernie3.0_base_ch.sh +sh downlaod_ernie_3.0_base_ch.sh ``` - 更多开源模型,见[Research](./Research/) -- GitLab