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

Upload model

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