0_single_behavior__22__ep3 / adapter_config.json
keshavsy's picture
Upload folder using huggingface_hub
190420d verified
Raw
History Blame Contribute Delete
582 Bytes
{
"peft_type": "LORA",
"auto_mapping": null,
"base_model_name_or_path": "Qwen/Qwen3.5-9B",
"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",
"in_proj_k",
"in_proj_q",
"in_proj_v",
"in_proj_z",
"k_proj",
"lm_head",
"o_proj",
"out_proj",
"q_proj",
"up_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}