[MNT] Rename infer.sh

This commit is contained in:
herobrine19
2023-05-22 02:41:06 +08:00
parent 46a9cbc21e
commit d48979e4f1

16
scripts/infer.sh Normal file
View File

@@ -0,0 +1,16 @@
# LawGPT
python infer.py \
--base_model 'minlik/chinese-alpaca-plus-7b-merged' \
--lora_weights './outputs/chinese-alpaca-plus-7b-law-e1' \
--instruct_dir './data/infer_law_data.json' \
--prompt_template 'alpaca'
# Chinese-Alpaca-plus-7B
python infer.py \
--base_model 'minlik/chinese-alpaca-plus-7b-merged' \
--lora_weights '' \
--instruct_dir './data/infer_law_data.json' \
--prompt_template 'alpaca'