grv805 commited on
Commit
0889243
1 Parent(s): 819fddb

Upload model

Browse files
Files changed (1) hide show
  1. adapter_config.json +3 -3
adapter_config.json CHANGED
@@ -16,11 +16,11 @@
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "o_proj",
20
- "gate_proj",
21
  "v_proj",
22
  "k_proj",
23
- "q_proj"
 
 
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
 
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
 
 
19
  "v_proj",
20
  "k_proj",
21
+ "q_proj",
22
+ "gate_proj",
23
+ "o_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }