emanuelaboros commited on
Commit
8c008dd
1 Parent(s): aab53bb

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -6,8 +6,8 @@
6
  "MBartForConditionalGeneration"
7
  ],
8
  "custom_pipelines": {
9
- "generic-nel": {
10
- "impl": "generic_nel.NelPipeline",
11
  }
12
  },
13
  "attention_dropout": 0.0,
 
6
  "MBartForConditionalGeneration"
7
  ],
8
  "custom_pipelines": {
9
+ "newsagency-ner": {
10
+ "impl": "newsagency_ner.NewsAgencyModelPipeline",
11
  }
12
  },
13
  "attention_dropout": 0.0,