mirror of
https://github.com/RYDE-WORK/visual-med-alpaca.git
synced 2026-02-03 15:09:32 +08:00
6 lines
198 B
Bash
Executable File
6 lines
198 B
Bash
Executable File
python finetune.py \
|
|
--base_model 'decapoda-research/llama-7b-hf' \
|
|
--data_path '/path/to/med_alpaca_data_clean.json' \
|
|
--micro_batch_size 32 \
|
|
--output_dir './med-alpaca-lora'
|
|
|