behzadnet commited on
Commit
401f9eb
1 Parent(s): 0a74404

Upload model

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