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

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -1
config.json CHANGED
@@ -7,7 +7,11 @@
7
  ],
8
  "custom_pipelines": {
9
  "newsagency-ner": {
10
- "impl": "newsagency_ner.NewsAgencyModelPipeline",
 
 
 
 
11
  }
12
  },
13
  "attention_dropout": 0.0,
 
7
  ],
8
  "custom_pipelines": {
9
  "newsagency-ner": {
10
+ "impl": "generic_nel.NelPipeline",
11
+ "pt": [
12
+ "AutoModelForConditionalGeneration"
13
+ ],
14
+ "tf": []
15
  }
16
  },
17
  "attention_dropout": 0.0,