qwen-truthfulqa-merged / adapter_config.json
lu-vae's picture
Upload adapter_config.json with huggingface_hub
44cd1c0
raw
history blame contribute delete
500 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "Qwen/Qwen-14B",
"bias": "none",
"fan_in_fan_out": null,
"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": 32,
"rank_pattern": {},
"revision": null,
"target_modules": [
"w1",
"c_proj",
"c_attn",
"w2"
],
"task_type": "CAUSAL_LM"
}