Reverb commited on
Commit
7717ae5
1 Parent(s): 7e3dc01

Upload model

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