emanuelaboros commited on
Commit
8e0fd47
·
1 Parent(s): d7edcb3

lets try to change the pipeline

Browse files
Files changed (2) hide show
  1. config.json +2 -2
  2. generic_ner.py → lang_detect.py +0 -0
config.json CHANGED
@@ -11,8 +11,8 @@
11
  },
12
  "classifier_dropout": null,
13
  "custom_pipelines": {
14
- "generic-ner": {
15
- "impl": "generic_ner.MultitaskTokenClassificationPipeline",
16
  "pt": "AutoModelForTokenClassification"
17
  }
18
  },
 
11
  },
12
  "classifier_dropout": null,
13
  "custom_pipelines": {
14
+ "lang-detect": {
15
+ "impl": "lang_detect.MultitaskTokenClassificationPipeline",
16
  "pt": "AutoModelForTokenClassification"
17
  }
18
  },
generic_ner.py → lang_detect.py RENAMED
File without changes