ReactXT / lora_config.json
SyrWin
init
95f97c5
raw
history blame contribute delete
323 Bytes
{
"base_model_name_or_path": null,
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": false,
"init_lora_weights": true,
"lora_alpha": 16,
"lora_dropout": 0.1,
"target_modules": ["q_proj", "v_proj", "k_proj", "out_proj", "fc1", "fc2"],
"peft_type": "LORA",
"r": 8,
"modules_to_save": null,
"task_type": "CAUSAL_LM"
}