liuhaotian's picture
Upload model checkpoints
430340d
{
"base_model_name_or_path": "./checkpoints/vicuna-7b-v1-1",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 16,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 64,
"target_modules": [
"v_proj",
"k_proj",
"gate_proj",
"o_proj",
"up_proj",
"down_proj",
"q_proj"
],
"task_type": "CAUSAL_LM"
}