| { | |
| "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 | |
| } | |
| } |