lang-detect / config.json
emanuelaboros's picture
name changning
3041710
raw
history blame contribute delete
579 Bytes
{
"_name_or_path": "emanuelaboros/lang-detect",
"architectures": [
"LangDetectorModel"
],
"filename": "LID-40-3-2000000-1-4.bin",
"attention_probs_dropout_prob": 0.1,
"auto_map": {
"AutoConfig": "configuration_lang.ImpressoConfig",
"AutoModelForTokenClassification": "modeling_lang.LangDetectorModel"
},
"custom_pipelines": {
"lang-detect": {
"impl": "lang_detect.LangDetectionPipeline",
"pt": "AutoModelForTokenClassification"
}
},
"model_type": "lang_detect",
"torch_dtype": "float32",
"transformers_version": "4.49.0"
}