Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
| 7 |
"architectures": [
|
| 8 |
"BartModel"
|
| 9 |
],
|
| 10 |
-
"multi_target_strategy": "
|
|
|
|
| 11 |
"attention_dropout": 0.0,
|
| 12 |
"bos_token_id": 0,
|
| 13 |
"classif_dropout": 0.0,
|
|
|
|
| 7 |
"architectures": [
|
| 8 |
"BartModel"
|
| 9 |
],
|
| 10 |
+
"multi_target_strategy": "MultiOutputClassifier",
|
| 11 |
+
"estimator": "LogisticRegression",
|
| 12 |
"attention_dropout": 0.0,
|
| 13 |
"bos_token_id": 0,
|
| 14 |
"classif_dropout": 0.0,
|