regd commited on
Commit
36ec436
·
verified ·
1 Parent(s): e36e107

Update adapter_config.json

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