[MNT] Rename infer.sh
This commit is contained in:
16
scripts/infer.sh
Normal file
16
scripts/infer.sh
Normal 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'
|
||||
|
||||
Reference in New Issue
Block a user