nithish277 commited on
Commit
536ca6b
·
verified ·
1 Parent(s): f5a0b80

Upload metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metrics.json +14 -0
metrics.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "threshold": 0.5,
3
+ "auc": 0.8469,
4
+ "pr_auc": 0.3183,
5
+ "recall": 0.6734,
6
+ "precision": 0.1909,
7
+ "f1": 0.2975,
8
+ "f2": 0.4473,
9
+ "TP": 1027,
10
+ "TN": 24123,
11
+ "FP": 4352,
12
+ "FN": 498,
13
+ "fn_rate": 0.3266
14
+ }