ru-multitask-toxicity-encoder / val_metrics.json
AtesiT's picture
Upload val_metrics.json with huggingface_hub
128d28f verified
Raw
History Blame Contribute Delete
310 Bytes
{
"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
}
}