Commit
·
8e0fd47
1
Parent(s):
d7edcb3
lets try to change the pipeline
Browse files- config.json +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 |
-
"
|
| 15 |
-
"impl": "
|
| 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
|