Update README.md
Browse files
README.md
CHANGED
|
@@ -30,13 +30,13 @@ model-index:
|
|
| 30 |
metrics:
|
| 31 |
- name: Macro F1
|
| 32 |
type: f1
|
| 33 |
-
value: 0.
|
| 34 |
- name: Macro Precision
|
| 35 |
type: precision
|
| 36 |
-
value: 0.
|
| 37 |
- name: Macro Recall
|
| 38 |
type: recall
|
| 39 |
-
value: 0.
|
| 40 |
---
|
| 41 |
|
| 42 |
# EmCoder
|
|
@@ -135,7 +135,7 @@ $$
|
|
| 135 |
|
| 136 |
|
| 137 |
## Performance
|
| 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 |
|
|
|
|
| 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
|
|
|
|
| 135 |
|
| 136 |
|
| 137 |
## Performance
|
| 138 |
+
**Using `thresholds.json` optimization on val set for binarizing and filtering (uncertainty) predictions**
|
| 139 |
| | precision | recall | f1-score | support |
|
| 140 |
|:---------------|------------:|---------:|-----------:|----------:|
|
| 141 |
| micro avg | 0.476 | 0.611 | 0.535 | 6329 |
|