LoRA_dataclean_2 / adapter_config.json
mark-22's picture
Update adapter_config.json
007b09f verified
raw
history blame contribute delete
423 Bytes
{
"base_model_name_or_path": "unsloth/qwen3-4b-instruct-2507-unsloth-bnb-4bit",
"peft_type": "LORA",
"task_type": "CAUSAL_LM",
"r": 64,
"lora_alpha": 128,
"lora_dropout": 0.0,
"target_modules": [
"down_proj",
"k_proj",
"q_proj",
"gate_proj"
],
"bias": "none",
"inference_mode": true,
"init_lora_weights": true,
"fan_in_fan_out": false,
"modules_to_save": null,
"revision": null
}