FrinzTheCoder commited on
Commit
eafdcdf
·
verified ·
1 Parent(s): 3902fc6

Upload model

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