Macaron-A2UI-Grande / adapter_config.json
Fancylalala's picture
Upload adapter_config.json with huggingface_hub
66f60aa verified
raw
history blame contribute delete
502 Bytes
{
"peft_type": "LORA",
"auto_mapping": null,
"base_model_name_or_path": "Qwen/Qwen3-235B-A22B-Instruct-2507",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 32,
"lora_dropout": 0.0,
"modules_to_save": null,
"r": 16,
"rank_pattern": {},
"alpha_pattern": {},
"target_modules": [
"down_proj",
"gate_proj",
"k_proj",
"o_proj",
"q_proj",
"up_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}