limhyeonseok commited on
Commit
549b994
1 Parent(s): bc4ca5c

Upload model

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