Upload Pipeline_One
Browse files- config.json +12 -14
config.json
CHANGED
|
@@ -1,20 +1,18 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
|
| 6 |
-
"num_labels": 3,
|
| 7 |
-
"model_type": "floret",
|
| 8 |
"custom_pipelines": {
|
| 9 |
-
"
|
| 10 |
"impl": "impresso_langident_wrapper.Pipeline_One",
|
| 11 |
-
"pt":
|
|
|
|
|
|
|
|
|
|
| 12 |
}
|
| 13 |
},
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
-
"AutoConfig": "configuration_stacked.ImpressoConfig",
|
| 18 |
-
"AutoModelForSequenceClassification": "modeling_stacked.ExtendedMultitaskModelForTokenClassification"
|
| 19 |
-
}
|
| 20 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_attn_implementation_autoset": true,
|
| 3 |
+
"auto_map": {
|
| 4 |
+
"AutoConfig": "configuration_stacked.ImpressoConfig"
|
| 5 |
+
},
|
|
|
|
|
|
|
| 6 |
"custom_pipelines": {
|
| 7 |
+
"lang-ident": {
|
| 8 |
"impl": "impresso_langident_wrapper.Pipeline_One",
|
| 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"
|
|
|
|
|
|
|
|
|
|
| 18 |
}
|