File size: 287 Bytes
cb3adf1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"peft_type": "LORA",
"task_type": "CAUSAL_LM",
"base_model_name_or_path": "Qwen/Qwen3.5-4B",
"r": 16,
"lora_alpha": 16,
"target_modules": ["q_proj", "k_proj", "v_proj", "o_proj"],
"lora_dropout": 0,
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true
}
|