Llama_rick / adapter_config.json
pivovalera2012's picture
Upload model
f5da2b7 verified
raw history blame
No virus
866 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "meta-llama/Llama-2-7b-chat-hf",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 32,
"lora_dropout": 0.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 2,
"rank_pattern": {},
"revision": null,
"target_modules": [
"model.layers.31.mlp.down_proj",
"model.layers.31.mlp.gate_proj",
"model.layers.31.self_attn.v_proj",
"model.layers.31.mlp.up_proj",
"model.layers.31.self_attn.k_proj",
"model.layers.31.self_attn.o_proj",
"model.layers.31.self_attn.q_proj"
],
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_rslora": false
}