waseemrazakhan commited on
Commit
91f6a30
·
verified ·
1 Parent(s): 52b18b2

Upload distilbert_bin_eval.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. distilbert_bin_eval.json +27 -0
distilbert_bin_eval.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "negative": {
3
+ "precision": 0.9485179407176287,
4
+ "recall": 0.9620253164556962,
5
+ "f1-score": 0.955223880597015,
6
+ "support": 1264
7
+ },
8
+ "positive": {
9
+ "precision": 0.9634146341463414,
10
+ "recall": 0.9503759398496241,
11
+ "f1-score": 0.9568508705526116,
12
+ "support": 1330
13
+ },
14
+ "accuracy": 0.9560524286815728,
15
+ "macro avg": {
16
+ "precision": 0.9559662874319851,
17
+ "recall": 0.9562006281526602,
18
+ "f1-score": 0.9560373755748133,
19
+ "support": 2594
20
+ },
21
+ "weighted avg": {
22
+ "precision": 0.9561557981810781,
23
+ "recall": 0.9560524286815728,
24
+ "f1-score": 0.9560580735966077,
25
+ "support": 2594
26
+ }
27
+ }