From ac04fb0602202261815d1d48e96f4c778b86873a Mon Sep 17 00:00:00 2001 From: Nero Un Date: Tue, 2 May 2023 13:47:46 +0800 Subject: [PATCH] fix: README sh path error --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b245e9..a35553d 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ python infer.py ### 指令微调 ``` -sh script/sft_medchat.sh +sh scripts/sft_medchat.sh ``` 请根据实际情况调整batch size等超参,默认为我们使用的参数。 @@ -100,4 +100,4 @@ sh script/sft_medchat.sh journal = {GitHub repository}, howpublished = {\url{https://github.com/SCIR-HI/Med-ChatGLM}}, } -``` \ No newline at end of file +```