AAAI26-D2MoRA / LLaMA-Checkpoint /M3_N4_r16 /adapter_config.json
Laomaodiaoyu's picture
Upload 8 files
60984c0 verified
Raw
History Blame Contribute Delete
413 Bytes
{
"base_model_name_or_path": "yahma/llama-7b-hf",
"bias": "none",
"enable_lora": null,
"expert_down": 3,
"expert_up": 4,
"fan_in_fan_out": false,
"inference_mode": true,
"lora_alpha": 32,
"lora_dropout": 0.05,
"merge_weights": false,
"modules_to_save": null,
"peft_type": "D2MoRA",
"r": 16,
"target_modules": [
"q_proj",
"k_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}