sert121 commited on
Commit
921769b
1 Parent(s): 2a33ea4

Upload model

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