Reverb commited on
Commit
15bb00b
1 Parent(s): 09b60bb

Upload model

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