File size: 564 Bytes
d02712c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | {
"config": {
"alpha": 16,
"architecture": "lora",
"attn_matrices": [
"q",
"v"
],
"composition_mode": "add",
"dropout": 0.1,
"init_weights": "lora",
"intermediate_lora": true,
"leave_out": [],
"output_lora": true,
"r": 8,
"selfattn_lora": false,
"use_gating": false
},
"config_id": "2cbcde0a6ed9a962",
"hidden_size": 2048,
"model_class": "LlamaForCausalLM",
"model_name": "meta-llama/Llama-3.2-1B-Instruct",
"model_type": "llama",
"name": "lora8ffout",
"version": "adapters.1.0.0"
} |