language-identifier / config.json
Simon Clematide
Change names from lang-detect to langident for consistency.
f6eb553
raw
history blame contribute delete
571 Bytes
{
"_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"
}