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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -30,13 +30,13 @@ model-index:
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
@@ -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 |