File size: 571 Bytes
ae8276c f6eb553 83e5f13 ae8276c f6eb553 ae8276c f6eb553 ae8276c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"_name_or_path": "impresso-project/impresso-langident",
"architectures": ["LangDetectorModel"],
"filename": "langident-v1.0.0.bin",
"attention_probs_dropout_prob": 0.1,
"auto_map": {
"AutoConfig": "configuration_lang.ImpressoConfig",
"AutoModelForTokenClassification": "modeling_lang.LangDetectorModel"
},
"custom_pipelines": {
"langident": {
"impl": "langident.LangDetectionPipeline",
"pt": "AutoModelForTokenClassification"
}
},
"model_type": "langident",
"torch_dtype": "float32",
"transformers_version": "4.49.0"
}
|