|
{ |
|
"_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" |
|
} |
|
|