ford_prefect / adapter_config.json
ProjectForty2's picture
Add 3 files
43ebf26 verified
{
"base_model_name_or_path": "Qwen/Qwen3-4B-Instruct-2507",
"peft_type": "LORA",
"task_type": "CAUSAL_LM",
"inference_mode": true,
"r": 8,
"lora_alpha": 16,
"lora_dropout": 0,
"target_modules": [
"q_proj",
"v_proj",
"k_proj",
"o_proj",
"gate_proj",
"up_proj",
"down_proj"
]
}