文件
Huatuo-Llama-Med-Chinese/scripts/finetune.sh
thinksoso 1ab34f7075 init code
2023-04-01 17:37:49 +08:00

11 行
313 B
Bash

#!/bin/bash
exp_tag="e1"
python finetune.py \
--base_model 'decapoda-research/llama-7b-hf' \
--data_path './data/llama_data.json' \
--output_dir './lora-llama-med-'$exp_tag \
--prompt_template_name 'med_template' \
--micro_batch_size 128 \
--batch_size 128 \
--wandb_run_name $exp_tag