waseemrazakhan commited on
Commit
6e0fe52
·
verified ·
1 Parent(s): e30d35f

Upload vader_bin_eval_metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. vader_bin_eval_metrics.json +27 -0
vader_bin_eval_metrics.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "0": {
3
+ "precision": 0.797940797940798,
4
+ "recall": 0.49050632911392406,
5
+ "f1-score": 0.6075453209211171,
6
+ "support": 1264.0
7
+ },
8
+ "1": {
9
+ "precision": 0.6455696202531646,
10
+ "recall": 0.8819548872180452,
11
+ "f1-score": 0.7454718779790277,
12
+ "support": 1330.0
13
+ },
14
+ "accuracy": 0.6912104857363146,
15
+ "macro avg": {
16
+ "precision": 0.7217552090969812,
17
+ "recall": 0.6862306081659846,
18
+ "f1-score": 0.6765085994500724,
19
+ "support": 2594.0
20
+ },
21
+ "weighted avg": {
22
+ "precision": 0.7198167939606314,
23
+ "recall": 0.6912104857363146,
24
+ "f1-score": 0.6782632549562062,
25
+ "support": 2594.0
26
+ }
27
+ }