tomaarsen HF staff commited on
Commit
d6b6f60
1 Parent(s): bef30ed

Update metric formatting

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -66,19 +66,19 @@ This is a [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) model that ca
66
 
67
  ## Metrics
68
 
69
- | **Language** | **F1** | **Precision** | **Recall** |
70
- |--------------|--------|---------------|------------|
71
- | all | 91.31 | 91.99 | 90.64 |
72
- | **de** | 93.77 | 93.56 | 93.87 |
73
- | **en** | 94.55 | 94.01 | 95.10 |
74
- | **es** | 90.82 | 92.58 | 89.13 |
75
- | **fr** | 90.90 | 93.23 | 88.68 |
76
- | **it** | 93.40 | 90.23 | 92.60 |
77
- | **nl** | 92.47 | 93.61 | 91.36 |
78
- | **pl** | 91.66 | 92.51 | 90.81 |
79
- | **pt** | 91.73 | 93.29 | 90.22 |
80
- | **ru** | 92.64 | 92.37 | 92.91 |
81
- | **zh** | 82.38 | 83.23 | 81.55 |
82
 
83
  ## Label set
84
 
 
66
 
67
  ## Metrics
68
 
69
+ | **Language** | **Precision** | **Recall** | **F1** |
70
+ |--------------|---------------|------------|------------|
71
+ | **all** | 91.99 | 90.64 | **91.31** |
72
+ | **de** | 93.56 | 93.87 | **93.77** |
73
+ | **en** | 94.01 | 95.10 | **94.55** |
74
+ | **es** | 92.58 | 89.13 | **90.82** |
75
+ | **fr** | 93.23 | 88.68 | **90.90** |
76
+ | **it** | 90.23 | 92.60 | **93.40** |
77
+ | **nl** | 93.61 | 91.36 | **92.47** |
78
+ | **pl** | 92.51 | 90.81 | **91.66** |
79
+ | **pt** | 93.29 | 90.22 | **91.73** |
80
+ | **ru** | 92.37 | 92.91 | **92.64** |
81
+ | **zh** | 83.23 | 81.55 | **82.38** |
82
 
83
  ## Label set
84