SkyWater21 commited on
Commit
e2148e6
·
verified ·
1 Parent(s): 48f757d

Add evaluation results for twitter test set

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -66,4 +66,16 @@ Evaluation results on test split of [lv_go_emotions](https://huggingface.co/data
66
  |samples avg | 0.62| 0.61| 0.61| 5894|
67
 
68
  Evaluation results on test split of [lv_twitter_emotions](https://huggingface.co/datasets/SkyWater21/lv_emotions/viewer/combined/lv_twitter_emotions_test)
69
- TBD
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  |samples avg | 0.62| 0.61| 0.61| 5894|
67
 
68
  Evaluation results on test split of [lv_twitter_emotions](https://huggingface.co/datasets/SkyWater21/lv_emotions/viewer/combined/lv_twitter_emotions_test)
69
+ | |Precision|Recall|F1-Score|Support|
70
+ |--------------|---------|------|--------|-------|
71
+ |anger | 0.94| 0.87| 0.90| 12013|
72
+ |disgust | 0.92| 0.92| 0.92| 14117|
73
+ |fear | 0.74| 0.80| 0.77| 3342|
74
+ |joy | 0.87| 0.88| 0.87| 5913|
75
+ |sadness | 0.81| 0.80| 0.81| 4786|
76
+ |surprise | 0.93| 0.57| 0.71| 1510|
77
+ |neutral | 0.00| 0.00| 0.00| 0|
78
+ |micro avg | 0.89| 0.87| 0.88| 41681|
79
+ |macro avg | 0.74| 0.69| 0.71| 41681|
80
+ |weighted avg | 0.89| 0.87| 0.88| 41681|
81
+ |samples avg | 0.86| 0.87| 0.86| 41681|