Spaces:
Runtime error
Runtime error
Update model/config.py
Browse files- model/config.py +0 -1
model/config.py
CHANGED
|
@@ -3,7 +3,6 @@ from model.utils import AttributeDict
|
|
| 3 |
config = {
|
| 4 |
"model_name": "facebook/bart-large-mnli",
|
| 5 |
"pipeline_name":"zero-shot-classification",
|
| 6 |
-
"pipeline_name": "TextClassificationPipeline",
|
| 7 |
"labels":["governance", "social", "environmental"],
|
| 8 |
}
|
| 9 |
|
|
|
|
| 3 |
config = {
|
| 4 |
"model_name": "facebook/bart-large-mnli",
|
| 5 |
"pipeline_name":"zero-shot-classification",
|
|
|
|
| 6 |
"labels":["governance", "social", "environmental"],
|
| 7 |
}
|
| 8 |
|