Sigurdur commited on
Commit
a4014e8
·
verified ·
1 Parent(s): fd39653

Upload model

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