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