Sandei commited on
Commit
e72af0e
·
verified ·
1 Parent(s): 5e33fe9

config update

Browse files
Files changed (1) hide show
  1. config.json +8 -10
config.json CHANGED
@@ -1,11 +1,9 @@
1
  {
2
- "architectures": [
3
- "TechSupportClassifier"
4
- ],
5
- "model_type": "custom",
6
- "num_category_labels": 5,
7
- "num_urgency_labels": 3,
8
- "auto_map": {
9
- "AutoModel": "modeling_tech_support.TechSupportClassifier"
10
- }
11
- }
 
1
  {
2
+ "architectures": ["MultiTaskModel"],
3
+ "model_type": "custom",
4
+ "num_category_labels": 5,
5
+ "num_urgency_labels": 3,
6
+ "auto_map": {
7
+ "AutoModel": "modeling_tech_support.MultiTaskModel"
8
+ }
9
+ }