bipulai commited on
Commit
1c09658
1 Parent(s): f7b8a56

Upload model

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