Llama2-7b-BoolQ-layers-0-9 / adapter_config.json
mogmyij's picture
End of training
8cd98d5 verified
raw
history blame contribute delete
No virus
2.18 kB
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 16,
"lora_dropout": 0.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"rank_pattern": {},
"revision": null,
"target_modules": [
"model.layers.8.self_attn.k_proj",
"model.layers.4.self_attn.v_proj",
"model.layers.5.self_attn.v_proj",
"model.layers.5.self_attn.o_proj",
"model.layers.7.self_attn.o_proj",
"model.layers.3.self_attn.o_proj",
"model.layers.6.self_attn.k_proj",
"model.layers.0.self_attn.v_proj",
"model.layers.2.self_attn.o_proj",
"model.layers.0.self_attn.k_proj",
"model.layers.2.self_attn.v_proj",
"model.layers.9.self_attn.v_proj",
"model.layers.9.self_attn.q_proj",
"model.layers.1.self_attn.k_proj",
"model.layers.4.self_attn.k_proj",
"model.layers.8.self_attn.q_proj",
"model.layers.3.self_attn.k_proj",
"model.layers.4.self_attn.o_proj",
"model.layers.7.self_attn.q_proj",
"model.layers.2.self_attn.k_proj",
"model.layers.5.self_attn.k_proj",
"model.layers.6.self_attn.v_proj",
"model.layers.0.self_attn.q_proj",
"model.layers.7.self_attn.v_proj",
"model.layers.8.self_attn.v_proj",
"model.layers.9.self_attn.o_proj",
"model.layers.6.self_attn.o_proj",
"model.layers.3.self_attn.q_proj",
"model.layers.3.self_attn.v_proj",
"model.layers.7.self_attn.k_proj",
"model.layers.1.self_attn.o_proj",
"model.layers.9.self_attn.k_proj",
"model.layers.4.self_attn.q_proj",
"model.layers.1.self_attn.v_proj",
"model.layers.5.self_attn.q_proj",
"model.layers.2.self_attn.q_proj",
"model.layers.1.self_attn.q_proj",
"model.layers.0.self_attn.o_proj",
"model.layers.6.self_attn.q_proj",
"model.layers.8.self_attn.o_proj"
],
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_rslora": false
}