tomaarsen HF staff commited on
Commit
b4d508d
1 Parent(s): 8f38d53

Update metrics formatting

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -90,19 +90,19 @@ This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model that ca
90
 
91
  ## Metrics
92
 
93
- | **Language** | **F1** | **Precision** | **Recall** |
94
- |--------------|--------|---------------|------------|
95
- | **all** | 92.48 | 93.39 | 91.59 |
96
- | **de** | 94.76 | 95.21 | 94.32 |
97
- | **en** | 95.18 | 95.07 | 95.29 |
98
- | **es** | 91.53 | 93.50 | 89.65 |
99
- | **fr** | 91.92 | 93.86 | 90.07 |
100
- | **it** | 92.59 | 91.63 | 93.57 |
101
- | **nl** | 93.27 | 94.86 | 91.74 |
102
- | **pl** | 92.66 | 93.51 | 91.83 |
103
- | **pt** | 92.86 | 94.48 | 91.30 |
104
- | **ru** | 93.39 | 93.70 | 93.10 |
105
- | **zh** | 87.02 | 88.36 | 85.71 |
106
 
107
  ## Label set
108
 
 
90
 
91
  ## Metrics
92
 
93
+ | **Language** | **Precision** | **Recall** | **F1** |
94
+ |--------------|---------------|------------|------------|
95
+ | **all** | 93.39 | 91.59 | **92.48** |
96
+ | **de** | 95.21 | 94.32 | **94.76** |
97
+ | **en** | 95.07 | 95.29 | **95.18** |
98
+ | **es** | 93.50 | 89.65 | **91.53** |
99
+ | **fr** | 93.86 | 90.07 | **91.92** |
100
+ | **it** | 91.63 | 93.57 | **92.59** |
101
+ | **nl** | 94.86 | 91.74 | **93.27** |
102
+ | **pl** | 93.51 | 91.83 | **92.66** |
103
+ | **pt** | 94.48 | 91.30 | **92.86** |
104
+ | **ru** | 93.70 | 93.10 | **93.39** |
105
+ | **zh** | 88.36 | 85.71 | **87.02** |
106
 
107
  ## Label set
108