File size: 310 Bytes
128d28f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"profanity": {
"threshold": 0.6,
"precision": 0.9454,
"recall": 0.9256,
"f1": 0.9354
},
"threat": {
"threshold": 0.75,
"precision": 1.0,
"recall": 0.9286,
"f1": 0.963
},
"illegal": {
"threshold": 0.16,
"precision": 1.0,
"recall": 1.0,
"f1": 1.0
}
} |