t6harsh commited on
Commit
aeae8f4
·
verified ·
1 Parent(s): b3f4d4e

Upload metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metrics.json +17 -0
metrics.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "classification": {
3
+ "accuracy": 0.910958904109589,
4
+ "f1_macro": 0.8501618378463724,
5
+ "f1_weighted": 0.9063827808424652,
6
+ "precision": 0.8695652173913043,
7
+ "recall": 0.6666666666666666,
8
+ "auc_roc": 0.9264367816091954,
9
+ "ece": 0.10510096450525798,
10
+ "brier_score": 0.07373874415407997
11
+ },
12
+ "regression": {
13
+ "rmse": 9.872690089028772,
14
+ "r2": 0.9148284037395102,
15
+ "mae": 6.388485900370837
16
+ }
17
+ }