ssalbab commited on
Commit
c8c4719
1 Parent(s): 52615da

Upload model

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