mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-14 23:58:11 +08:00
1. fix output_dir in llama3_lora_pretrain.yaml
2. add llava1_5.yaml for inference Former-commit-id: 560928ecf04b7aa351812568d317fcde58bc64d6
This commit is contained in:
parent
d3bfcbd3af
commit
bc71380b59
3
examples/inference/llava1_5.yaml
Normal file
3
examples/inference/llava1_5.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
model_name_or_path: llava-hf/llava-1.5-7b-hf
|
||||
template: vicuna
|
||||
visual_inputs: true
|
@ -15,7 +15,7 @@ overwrite_cache: true
|
||||
preprocessing_num_workers: 16
|
||||
|
||||
### output
|
||||
output_dir: saves/llama3-8b/lora/sft
|
||||
output_dir: saves/llama3-8b/lora/pretrain
|
||||
logging_steps: 10
|
||||
save_steps: 500
|
||||
plot_loss: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user