vicuna-13b-lora / adapter_config.json
wza's picture
First model version
98e4808
raw
history blame contribute delete
348 Bytes
{
"base_model_name_or_path": "/home/ubuntu/vicuna-13b-1.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": 8,
"target_modules": [
"q_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}