Macaron-A2UI-Tall / adapter_config.json
Fancylalala's picture
Upload adapter_config.json with huggingface_hub
0e8c173 verified
raw
history blame contribute delete
599 Bytes
{
"peft_type": "LORA",
"auto_mapping": null,
"base_model_name_or_path": "/vePFS-Mindverse/share/huggingface/hub/models--Qwen--Qwen3-30B-A3B-Instruct-2507/snapshots/0d7cf23991f47feeb3a57ecb4c9cee8ea4a17bfe",
"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"
}