PEFT
Safetensors
lora
qwen
qwen3
function-calling
tool-use
xlam
qwen3-6-35b-xlam-tools-lora / adapter_config.json
ying2022's picture
Initial upload: Qwen3.6-35B-A3B xLAM Function-Calling LoRA
1f95736 verified
Raw
History Blame Contribute Delete
506 Bytes
{
"peft_type": "LORA",
"auto_mapping": null,
"base_model_name_or_path": "Qwen/Qwen3.6-35B-A3B",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 128,
"lora_dropout": 0.0,
"modules_to_save": null,
"r": 64,
"rank_pattern": {},
"alpha_pattern": {},
"target_modules": [
"k_proj",
"o_proj",
"proj",
"q_proj",
"qkv",
"v_proj"
],
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_rslora": false
}