PrinceAlhassanNasamu commited on
Commit
3980ca4
·
verified ·
1 Parent(s): dd38908

Upload model

Browse files
Files changed (1) hide show
  1. adapter_config.json +5 -5
adapter_config.json CHANGED
@@ -31,13 +31,13 @@
31
  "rank_pattern": {},
32
  "revision": null,
33
  "target_modules": [
 
34
  "v_proj",
35
- "down_proj",
36
- "q_proj",
37
- "k_proj",
38
  "o_proj",
39
- "gate_proj",
40
- "up_proj"
 
 
41
  ],
42
  "target_parameters": null,
43
  "task_type": "CAUSAL_LM",
 
31
  "rank_pattern": {},
32
  "revision": null,
33
  "target_modules": [
34
+ "gate_proj",
35
  "v_proj",
 
 
 
36
  "o_proj",
37
+ "up_proj",
38
+ "q_proj",
39
+ "down_proj",
40
+ "k_proj"
41
  ],
42
  "target_parameters": null,
43
  "task_type": "CAUSAL_LM",