qwen3-coder-30b-a3b-debugger-lora / adapter_config.json
moofeez's picture
Update merged SFT model + adapter (Qwen3-Coder-30B-A3B + DoRA)
2c4c30c verified
Raw
History Blame Contribute Delete
456 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "Qwen/Qwen3-Coder-30B-A3B-Instruct",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 48,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 24,
"revision": null,
"target_modules": [
"k_proj",
"q_proj",
"v_proj"
],
"task_type": "CAUSAL_LM",
"use_dora": true,
"use_rslora": false
}