Upload LangIdentPipeline
Browse files- config.json +9 -0
config.json
CHANGED
|
@@ -3,6 +3,15 @@
|
|
| 3 |
"auto_map": {
|
| 4 |
"AutoConfig": "configuration_stacked.ImpressoConfig"
|
| 5 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"filename": "LID-40-3-2000000-1-4.bin",
|
| 7 |
"model_type": "floret",
|
| 8 |
"transformers_version": "4.49.0"
|
|
|
|
| 3 |
"auto_map": {
|
| 4 |
"AutoConfig": "configuration_stacked.ImpressoConfig"
|
| 5 |
},
|
| 6 |
+
"custom_pipelines": {
|
| 7 |
+
"lang-ident": {
|
| 8 |
+
"impl": "lang_ident.LangIdentPipeline",
|
| 9 |
+
"pt": [
|
| 10 |
+
"ExtendedMultitaskModelForTokenClassification"
|
| 11 |
+
],
|
| 12 |
+
"tf": []
|
| 13 |
+
}
|
| 14 |
+
},
|
| 15 |
"filename": "LID-40-3-2000000-1-4.bin",
|
| 16 |
"model_type": "floret",
|
| 17 |
"transformers_version": "4.49.0"
|