| { | |
| "architectures": [ | |
| "MultiTaskToxicityEncoder" | |
| ], | |
| "auto_map": { | |
| "AutoConfig": "configuration_multitask_toxicity.MultiTaskToxicityConfig", | |
| "AutoModelForSequenceClassification": "modeling_multitask_toxicity.MultiTaskToxicityEncoder" | |
| }, | |
| "dropout": 0.15, | |
| "dtype": "float32", | |
| "encoder_name": "cointegrated/rubert-tiny2", | |
| "id2label": { | |
| "0": "profanity", | |
| "1": "threat", | |
| "2": "illegal" | |
| }, | |
| "label2id": { | |
| "illegal": 2, | |
| "profanity": 0, | |
| "threat": 1 | |
| }, | |
| "labels": [ | |
| "profanity", | |
| "threat", | |
| "illegal" | |
| ], | |
| "max_length": 128, | |
| "model_type": "multitask_toxicity", | |
| "thresholds": { | |
| "illegal": 0.54, | |
| "profanity": 0.64, | |
| "threat": 0.82 | |
| }, | |
| "transformers_version": "5.14.1" | |
| } | |