aisuko commited on
Commit
7756127
1 Parent(s): 2de47d3

sft-microsoft-phi2-on-dialogsum

Browse files
Files changed (1) hide show
  1. adapter_config.json +3 -3
adapter_config.json CHANGED
@@ -19,12 +19,12 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "v_proj",
23
  "dense",
24
  "k_proj",
 
25
  "q_proj",
26
- "fc1",
27
- "fc2"
28
  ],
29
  "task_type": "CAUSAL_LM"
30
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "fc1",
23
  "dense",
24
  "k_proj",
25
+ "fc2",
26
  "q_proj",
27
+ "v_proj"
 
28
  ],
29
  "task_type": "CAUSAL_LM"
30
  }