Qwen-14b-chat-32k-lora / adapter_config.json
yuyijiong's picture
Upload 2 files
c8afe14
raw
history blame contribute delete
530 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "/data1/\u9884\u8bad\u7ec3\u6a21\u578b/Qwen-14b-chat/",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 32,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 8,
"revision": null,
"target_modules": [
"attn.c_proj",
"attn.c_proj",
"mlp.w1",
"mlp.w2",
"mlp.c_proj"
],
"task_type": "CAUSAL_LM"
}