Upload model
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
| 12 |
"custom_pipelines": {
|
| 13 |
"generic-ner": {
|
| 14 |
"impl": "generic_ner.MultitaskTokenClassificationPipeline",
|
| 15 |
-
"pt": "
|
| 16 |
}
|
| 17 |
},
|
| 18 |
"hidden_act": "gelu",
|
|
|
|
| 12 |
"custom_pipelines": {
|
| 13 |
"generic-ner": {
|
| 14 |
"impl": "generic_ner.MultitaskTokenClassificationPipeline",
|
| 15 |
+
"pt": "AutoModelForTokenClassification"
|
| 16 |
}
|
| 17 |
},
|
| 18 |
"hidden_act": "gelu",
|