sharkMeow commited on
Commit
055f2bd
1 Parent(s): bcef188

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +5 -5
adapter_config.json CHANGED
@@ -16,13 +16,13 @@
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "gate_proj",
20
- "q_proj",
21
- "up_proj",
22
  "k_proj",
 
23
  "v_proj",
24
- "down_proj",
25
- "o_proj"
26
  ],
27
  "task_type": "CAUSAL_LM"
28
  }
 
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
+ "down_proj",
20
+ "o_proj",
 
21
  "k_proj",
22
+ "up_proj",
23
  "v_proj",
24
+ "gate_proj",
25
+ "q_proj"
26
  ],
27
  "task_type": "CAUSAL_LM"
28
  }