jaykaydg commited on
Commit
c15639a
·
verified ·
1 Parent(s): 869ffd9

Update adapter_config.json

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