SunnyShaurya commited on
Commit
55d9415
·
verified ·
1 Parent(s): d380e28

Upload metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metrics.json +16 -0
metrics.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accuracy": 0.6406449961607371,
3
+ "precision": 0.6894454382826476,
4
+ "recall": 0.7823792123426715,
5
+ "f1_score": 0.7329783187523773,
6
+ "confusion_matrix": [
7
+ [
8
+ 576,
9
+ 868
10
+ ],
11
+ [
12
+ 536,
13
+ 1927
14
+ ]
15
+ ]
16
+ }