File size: 285 Bytes
3e4b233 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"model_name": "cointegrated/rubert-tiny2",
"hidden_size": 312,
"num_labels": 3,
"class_names": [
"profanity",
"threat",
"illegal"
],
"thresholds": {
"profanity": 0.5,
"threat": 0.35,
"illegal": 0.4
},
"model_type": "MultiTaskToxicityEncoder"
} |