Mawube commited on
Commit
9ad0434
·
1 Parent(s): 41317cd

Update model/config.py

Browse files
Files changed (1) hide show
  1. 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