AtesiT commited on
Commit
128d28f
·
verified ·
1 Parent(s): d67eba9

Upload val_metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. val_metrics.json +20 -0
val_metrics.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "profanity": {
3
+ "threshold": 0.6,
4
+ "precision": 0.9454,
5
+ "recall": 0.9256,
6
+ "f1": 0.9354
7
+ },
8
+ "threat": {
9
+ "threshold": 0.75,
10
+ "precision": 1.0,
11
+ "recall": 0.9286,
12
+ "f1": 0.963
13
+ },
14
+ "illegal": {
15
+ "threshold": 0.16,
16
+ "precision": 1.0,
17
+ "recall": 1.0,
18
+ "f1": 1.0
19
+ }
20
+ }