bobbins228 commited on
Commit
2fc7d2c
1 Parent(s): d5ba609

Upload model

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