pvaluedotone commited on
Commit
a532893
·
verified ·
1 Parent(s): 66b3af9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -21
README.md CHANGED
@@ -23,24 +23,15 @@ Big Bird Flight captures nuanced emotional gradients in text, offering richer se
23
  - Sentiment class: 1 (extremely negative) to 10 (extremely positive)
24
 
25
  ## Validation metrics
26
- loss: 1.798496961593628
27
-
28
- f1_macro: 0.22749841710333368
29
-
30
- f1_micro: 0.26653696498054474
31
-
32
- f1_weighted: 0.23467290371308847
33
-
34
- precision_macro: 0.2675680367049088
35
-
36
- precision_micro: 0.26653696498054474
37
-
38
- precision_weighted: 0.277737992326741
39
-
40
- recall_macro: 0.2594956658786446
41
-
42
- recall_micro: 0.26653696498054474
43
-
44
- recall_weighted: 0.26653696498054474
45
-
46
- accuracy: 0.26653696498054474
 
23
  - Sentiment class: 1 (extremely negative) to 10 (extremely positive)
24
 
25
  ## Validation metrics
26
+ The validation metrics reflects the inherent complexity in the fine granularity of the 10-point scale.
27
+ - loss: 1.7985
28
+ - f1_macro: 0.2275
29
+ - f1_micro: 0.2665
30
+ - f1_weighted: 0.2347
31
+ - precision_macro: 0.2676
32
+ - precision_micro: 0.2665
33
+ - precision_weighted: 0.2777
34
+ - recall_macro: 0.2595
35
+ - recall_micro: 0.2665
36
+ - recall_weighted: 0.2665
37
+ - accuracy: 0.2665