waseemrazakhan commited on
Commit
1536d66
·
verified ·
1 Parent(s): d64da2c

Upload vader_eval_bin.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. vader_eval_bin.json +39 -0
vader_eval_bin.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "report": {
3
+ "negative": {
4
+ "precision": 0.9022140221402214,
5
+ "recall": 0.38686708860759494,
6
+ "f1-score": 0.5415282392026578,
7
+ "support": 1264.0
8
+ },
9
+ "positive": {
10
+ "precision": 0.6223196881091618,
11
+ "recall": 0.9601503759398496,
12
+ "f1-score": 0.7551744529863986,
13
+ "support": 1330.0
14
+ },
15
+ "accuracy": 0.6808018504240555,
16
+ "macro avg": {
17
+ "precision": 0.7622668551246916,
18
+ "recall": 0.6735087322737223,
19
+ "f1-score": 0.6483513460945283,
20
+ "support": 2594.0
21
+ },
22
+ "weighted avg": {
23
+ "precision": 0.7587061330649286,
24
+ "recall": 0.6808018504240555,
25
+ "f1-score": 0.6510692817363414,
26
+ "support": 2594.0
27
+ }
28
+ },
29
+ "conf_summary": {
30
+ "count": 2594.0,
31
+ "mean": 0.5883655744024672,
32
+ "std": 0.31197742102372406,
33
+ "min": 0.0,
34
+ "25%": 0.3612,
35
+ "50%": 0.64015,
36
+ "75%": 0.867275,
37
+ "max": 0.9998
38
+ }
39
+ }