File size: 780 Bytes
34b7f15 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | {
"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"
}
|