yezdata commited on
Commit
0c5d52a
·
verified ·
1 Parent(s): bc68baf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -30,13 +30,13 @@ model-index:
30
  metrics:
31
  - name: Macro F1
32
  type: f1
33
- value: 0.44
34
  - name: Macro Precision
35
  type: precision
36
- value: 0.408
37
  - name: Macro Recall
38
  type: recall
39
- value: 0.495
40
  ---
41
 
42
  # EmCoder
@@ -138,6 +138,11 @@ $$
138
  **Using `thresholds.json` optimization for binarizing and filtering (uncertainty) predictions**
139
  | | precision | recall | f1-score | support |
140
  |:---------------|------------:|---------:|-----------:|----------:|
 
 
 
 
 
141
  | admiration | 0.635 | 0.565 | 0.598 | 504 |
142
  | amusement | 0.713 | 0.894 | 0.793 | 264 |
143
  | anger | 0.367 | 0.525 | 0.432 | 198 |
@@ -166,10 +171,6 @@ $$
166
  | sadness | 0.624 | 0.372 | 0.466 | 156 |
167
  | surprise | 0.534 | 0.447 | 0.486 | 141 |
168
  | neutral | 0.567 | 0.804 | 0.665 | 1787 |
169
- | micro avg | 0.476 | 0.611 | 0.535 | 6329 |
170
- | macro avg | 0.464 | 0.478 | 0.447 | 6329 |
171
- | weighted avg | 0.511 | 0.611 | 0.542 | 6329 |
172
- | samples avg | 0.524 | 0.637 | 0.55 | 6329 |
173
 
174
 
175
 
 
30
  metrics:
31
  - name: Macro F1
32
  type: f1
33
+ value: 0.447
34
  - name: Macro Precision
35
  type: precision
36
+ value: 0.464
37
  - name: Macro Recall
38
  type: recall
39
+ value: 0.478
40
  ---
41
 
42
  # EmCoder
 
138
  **Using `thresholds.json` optimization for binarizing and filtering (uncertainty) predictions**
139
  | | precision | recall | f1-score | support |
140
  |:---------------|------------:|---------:|-----------:|----------:|
141
+ | micro avg | 0.476 | 0.611 | 0.535 | 6329 |
142
+ | macro avg | 0.464 | 0.478 | 0.447 | 6329 |
143
+ | weighted avg | 0.511 | 0.611 | 0.542 | 6329 |
144
+ | samples avg | 0.524 | 0.637 | 0.55 | 6329 |
145
+ |----------------|-------------|----------|------------|-----------|
146
  | admiration | 0.635 | 0.565 | 0.598 | 504 |
147
  | amusement | 0.713 | 0.894 | 0.793 | 264 |
148
  | anger | 0.367 | 0.525 | 0.432 | 198 |
 
171
  | sadness | 0.624 | 0.372 | 0.466 | 156 |
172
  | surprise | 0.534 | 0.447 | 0.486 | 141 |
173
  | neutral | 0.567 | 0.804 | 0.665 | 1787 |
 
 
 
 
174
 
175
 
176