File size: 483 Bytes
5919559 | 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 27 | {
"alpha_pattern": {},
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 32,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"rank_pattern": {},
"target_modules": [
"v_proj",
"fc2",
"q_proj",
"dense_4h_to_h",
"o_proj",
"dense",
"dense_h_to_4h",
"k_proj",
"fc1"
],
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_rslora": false
} |