File size: 523 Bytes
375418b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"r": 32,
"lora_alpha": 32,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj",
"gate_proj",
"up_proj",
"down_proj",
"lm_head"
],
"lora_dropout": 0.0,
"bias": "none",
"task_type": "CAUSAL_LM",
"base_model": "/scratch/huggingface/Qwen3-235B-A22B-Instruct-2507-fused",
"base_model_name_or_path": "/scratch/huggingface/Qwen3-235B-A22B-Instruct-2507-fused",
"peft_type": "LORA",
"inference_mode": true,
"fan_in_fan_out": false,
"moe_hybrid_shared_lora": true
} |