bobbins228 commited on
Commit
dc45236
1 Parent(s): 9a41a83

Upload model

Browse files
Files changed (1) hide show
  1. adapter_config.json +2 -2
adapter_config.json CHANGED
@@ -22,8 +22,8 @@
22
  "target_modules": [
23
  "self_attn.o_proj",
24
  "self_attn.q_proj",
25
- "self_attn.v_proj",
26
- "self_attn.k_proj"
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
 
22
  "target_modules": [
23
  "self_attn.o_proj",
24
  "self_attn.q_proj",
25
+ "self_attn.k_proj",
26
+ "self_attn.v_proj"
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,