Mit1208 commited on
Commit
cb956be
1 Parent(s): 08e0349

update config based on base model

Browse files
Files changed (1) hide show
  1. adapter_config.json +4 -2
adapter_config.json CHANGED
@@ -19,8 +19,10 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "out_proj",
23
- "Wqkv"
 
 
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "dense",
23
+ "q_proj",
24
+ "k_proj",
25
+ "v_proj"
26
  ],
27
  "task_type": "CAUSAL_LM"
28
  }