moofeez's picture
RL merged model v0 (SFT base + RFT adapter)
ba85fd8 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": 64,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 32,
"revision": null,
"target_modules": [
"k_proj",
"q_proj",
"v_proj"
],
"task_type": "CAUSAL_LM",
"use_dora": true,
"use_rslora": false
}