Update pipeline_config.json
Browse files- pipeline_config.json +4 -4
pipeline_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"summarization_model": "gogamza/kobart-summarization",
|
| 3 |
+
"classification_model": "jennalee1385/accident_classification",
|
| 4 |
+
"use_summary_for_classification": true,
|
| 5 |
+
"max_length": 256
|
| 6 |
}
|