indexxlim commited on
Commit
91253c6
1 Parent(s): 9255319

Upload model

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