nodrix-coder-1.5b-lora-v1 / adapter_config.json
decoded-cipher's picture
Upload adapter_config.json with huggingface_hub
b99ab1b verified
Raw
History Blame Contribute Delete
374 Bytes
{
"peft_type": "LORA",
"task_type": "CAUSAL_LM",
"base_model_name_or_path": "Qwen/Qwen2.5-Coder-1.5B-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"
]
}