nmcco commited on
Commit
ecc51bd
·
verified ·
1 Parent(s): 51fd9aa

Upload model

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