Laomaodiaoyu commited on
Commit
06e576a
·
verified ·
1 Parent(s): 600e9c3

Delete adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +0 -21
adapter_config.json DELETED
@@ -1,21 +0,0 @@
1
- {
2
- "base_model_name_or_path": "/home/share/zuojianhui/models/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": "DROUTER",
14
- "r": 16,
15
- "target_modules": [
16
- "q_proj",
17
- "k_proj",
18
- "v_proj"
19
- ],
20
- "task_type": "CAUSAL_LM"
21
- }