Laomaodiaoyu commited on
Commit
4d347e0
·
verified ·
1 Parent(s): 0fa942d

Delete LLaMA2-Checkpoint/adapter_config.json

Browse files
LLaMA2-Checkpoint/adapter_config.json DELETED
@@ -1,21 +0,0 @@
1
- {
2
- "base_model_name_or_path": "meta-llama/Llama-2-7B-hf",
3
- "bias": "none",
4
- "enable_lora": null,
5
- "expert_down": 4,
6
- "expert_up": 3,
7
- "fan_in_fan_out": false,
8
- "inference_mode": true,
9
- "lora_alpha": 32,
10
- "lora_dropout": 0.05,
11
- "merge_weights": false,
12
- "modules_to_save": null,
13
- "peft_type": "D2MoRA",
14
- "r": 16,
15
- "target_modules": [
16
- "q_proj",
17
- "k_proj",
18
- "v_proj"
19
- ],
20
- "task_type": "CAUSAL_LM"
21
- }