shoji commited on
Commit
e914d3c
·
verified ·
1 Parent(s): 0f3cdc9

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +7 -1
adapter_config.json CHANGED
@@ -23,7 +23,13 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "base_layer"
 
 
 
 
 
 
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
+ "up_proj",
27
+ "k_proj",
28
+ "down_proj",
29
+ "gate_proj",
30
+ "q_proj",
31
+ "v_proj",
32
+ "o_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,