lingchensanwen commited on
Commit
343f0fe
1 Parent(s): a830009

Upload model

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