nodrix-coder-7b-lora-v2 / adapter_config.json
decoded-cipher's picture
Upload adapter_config.json with huggingface_hub
a80e55f verified
Raw
History Blame Contribute Delete
372 Bytes
{
"peft_type": "LORA",
"task_type": "CAUSAL_LM",
"base_model_name_or_path": "Qwen/Qwen2.5-Coder-7B-Instruct",
"r": 16,
"lora_alpha": 16,
"lora_dropout": 0.0,
"bias": "none",
"inference_mode": true,
"fan_in_fan_out": false,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj",
"gate_proj",
"up_proj",
"down_proj"
]
}