Benezio commited on
Commit
bec6743
1 Parent(s): 2be9577

Update adapter_config.json

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