lora1024attn / adapter_config.json
jekunz's picture
Upload 2 files
2b0e978 verified
raw
history blame contribute delete
568 Bytes
{
"config": {
"alpha": 2048,
"architecture": "lora",
"attn_matrices": [
"q",
"v"
],
"composition_mode": "add",
"dropout": 0.1,
"init_weights": "lora",
"intermediate_lora": false,
"leave_out": [],
"output_lora": false,
"r": 1024,
"selfattn_lora": true,
"use_gating": false
},
"config_id": "e3bf976deebccb16",
"hidden_size": 2048,
"model_class": "LlamaForCausalLM",
"model_name": "meta-llama/Llama-3.2-1B-Instruct",
"model_type": "llama",
"name": "lora1024",
"version": "adapters.1.0.0"
}