AAAI26-D2MoRA / adapter_config.json
Laomaodiaoyu's picture
Upload 2 files
7587bb8 verified
raw
history blame
451 Bytes
{
"base_model_name_or_path": "/home/share/zuojianhui/models/meta-llama/Llama-2-7B-hf",
"bias": "none",
"enable_lora": null,
"expert_down": 4,
"expert_up": 3,
"fan_in_fan_out": false,
"inference_mode": true,
"lora_alpha": 32,
"lora_dropout": 0.05,
"merge_weights": false,
"modules_to_save": null,
"peft_type": "DROUTER",
"r": 16,
"target_modules": [
"q_proj",
"k_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}