qwen-7b-neurips-v1 / adapter_config.json
quyanh's picture
Upload folder using huggingface_hub
d7334f3
raw
history blame contribute delete
No virus
571 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "Qwen/Qwen-7B",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 16,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"rank_pattern": {},
"revision": null,
"target_modules": [
"up_proj",
"k_proj",
"v_proj",
"gate_proj",
"q_proj",
"lm_head",
"o_proj",
"down_proj"
],
"task_type": "CAUSAL_LM"
}