Qwen-14b-mostfouren-60 / adapter_config.json
ArmelRandy's picture
Upload model
bc69897
{
"auto_mapping": null,
"base_model_name_or_path": "Qwen/Qwen-14B",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 64,
"lora_dropout": 0.1,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"revision": null,
"target_modules": [
"c_attn",
"c_proj",
"w1",
"w2"
],
"task_type": "CAUSAL_LM"
}