sert121 commited on
Commit
cd7e1b3
·
verified ·
1 Parent(s): 35ed436

Upload model

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