avichr commited on
Commit
850c62e
1 Parent(s): 23551a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -16,11 +16,13 @@ In order to valid the annotation, we search an agreement between raters to emoti
16
  #### sentiment analysis
17
  | | precision | recall | f1-score |
18
  |--------------|-----------|--------|----------|
19
- | 0 | 0.95 | 0.97 | 0.96 |
20
- | 1 | 0.91 | 0.84 | 0.87 |
21
- | accuracy | 0.94 | 305 | 0.92 |
22
- | macro avg | 0.93 | 0.91 | 0.92 |
23
- | weighted avg | 0.94 | 0.94 | 0.94 |
 
 
24
 
25
  ## Stay tuned!
26
  We are still working on our model and will edit this page as we progress.<br>
 
16
  #### sentiment analysis
17
  | | precision | recall | f1-score |
18
  |--------------|-----------|--------|----------|
19
+ | natural | 0.83 | 0.56 | 0.67 |
20
+ | positive | 0.96 | 0.92 | 0.94 |
21
+ | negative | 0.97 | 0.99 | 0.98 |
22
+ | accuracy | | | 0.97 |
23
+ | macro avg | 0.92 | 0.82 | 0.86 |
24
+ | weighted avg | 0.96 | 0.97 | 0.96 |
25
+
26
 
27
  ## Stay tuned!
28
  We are still working on our model and will edit this page as we progress.<br>