llama_7b_ru_ebanko / adapter_config.json
BlackSamorez's picture
Upload model
ad9c9da
raw
history blame contribute delete
No virus
1.7 kB
{
"base_model_name_or_path": "IlyaGusev/llama_7b_ru_turbo_alpaca_lora_merged",
"bias": "none",
"enable_lora": null,
"fan_in_fan_out": false,
"inference_mode": true,
"lora_alpha": 32,
"lora_dropout": 0.05,
"merge_weights": false,
"modules_to_save": null,
"peft_type": "LORA",
"r": 32,
"target_modules": [
"model.layers.27.self_attn.q_proj",
"model.layers.27.self_attn.k_proj",
"model.layers.27.self_attn.v_proj",
"model.layers.27.self_attn.o_proj",
"model.layers.27.mlp.gate_proj",
"model.layers.27.mlp.down_proj",
"model.layers.27.mlp.up_proj",
"model.layers.28.self_attn.q_proj",
"model.layers.28.self_attn.k_proj",
"model.layers.28.self_attn.v_proj",
"model.layers.28.self_attn.o_proj",
"model.layers.28.mlp.gate_proj",
"model.layers.28.mlp.down_proj",
"model.layers.28.mlp.up_proj",
"model.layers.29.self_attn.q_proj",
"model.layers.29.self_attn.k_proj",
"model.layers.29.self_attn.v_proj",
"model.layers.29.self_attn.o_proj",
"model.layers.29.mlp.gate_proj",
"model.layers.29.mlp.down_proj",
"model.layers.29.mlp.up_proj",
"model.layers.30.self_attn.q_proj",
"model.layers.30.self_attn.k_proj",
"model.layers.30.self_attn.v_proj",
"model.layers.30.self_attn.o_proj",
"model.layers.30.mlp.gate_proj",
"model.layers.30.mlp.down_proj",
"model.layers.30.mlp.up_proj",
"model.layers.31.self_attn.q_proj",
"model.layers.31.self_attn.k_proj",
"model.layers.31.self_attn.v_proj",
"model.layers.31.self_attn.o_proj",
"model.layers.31.mlp.gate_proj",
"model.layers.31.mlp.down_proj",
"model.layers.31.mlp.up_proj"
],
"task_type": null
}