llama_7b_ft_2 / checkpoint-100 /adapter_config.json
gustavoaq's picture
Upload adapter_config.json
d9e91fd
raw
history blame contribute delete
No virus
387 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.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"down_proj",
"gate_proj",
"up_proj"
],
"task_type": "CAUSAL_LM"
}