illorca commited on
Commit
8c9c3a5
1 Parent(s): 2bfc50f

Reformat decimals

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -128,10 +128,10 @@ run on the test split of [CoNLL2003 dataset](https://huggingface.co/datasets/con
128
 
129
  | F1 Scores | overall | location | miscelaneous | organization | person |
130
  |-----------------|--------:|---------:|-------------:|-------------:|-------:|
131
- | fair | 0,94 | 0,96 | 0,85 | 0,92 | 0,97 |
132
- | traditional | 0,90 | 0,92 | 0,79 | 0,87 | 0,96 |
133
- | seqeval strict | 0,90 | 0,92 | 0,79 | 0,87 | 0,96 |
134
- | seqeval relaxed | 0,90 | 0,92 | 0,78 | 0,87 | 0,96 |
135
 
136
  With error count (traditional on the left and fair on the right):
137
 
@@ -150,10 +150,10 @@ run on the test split of [WNUT-17 dataset](https://huggingface.co/datasets/wnut_
150
 
151
  | | overall | location | group | person | creative work | corporation | product |
152
  |-----------------|--------:|---------:|-------:|-------:|--------------:|------------:|--------:|
153
- | fair | 0,37 | 0,58 | 0,02 | 0,58 | 0,0 | 0,03 | 0,0 |
154
- | traditional | 0,35 | 0,53 | 0,02 | 0,55 | 0,0 | 0,02 | 0,0 |
155
- | seqeval strict | 0,35 | 0,53 | 0,02 | 0,55 | 0,0 | 0,02 | 0,0 |
156
- | seqeval relaxed | 0,34 | 0,49 | 0,02 | 0,55 | 0,0 | 0,02 | 0,0 |
157
 
158
  With error count:
159
 
 
128
 
129
  | F1 Scores | overall | location | miscelaneous | organization | person |
130
  |-----------------|--------:|---------:|-------------:|-------------:|-------:|
131
+ | fair | 0.94 | 0.96 | 0.85 | 0.92 | 0.97 |
132
+ | traditional | 0.90 | 0.92 | 0.79 | 0.87 | 0.96 |
133
+ | seqeval strict | 0.90 | 0.92 | 0.79 | 0.87 | 0.96 |
134
+ | seqeval relaxed | 0.90 | 0.92 | 0.78 | 0.87 | 0.96 |
135
 
136
  With error count (traditional on the left and fair on the right):
137
 
 
150
 
151
  | | overall | location | group | person | creative work | corporation | product |
152
  |-----------------|--------:|---------:|-------:|-------:|--------------:|------------:|--------:|
153
+ | fair | 0.37 | 0.58 | 0.02 | 0.58 | 0.0 | 0.03 | 0.0 |
154
+ | traditional | 0.35 | 0.53 | 0.02 | 0.55 | 0.0 | 0.02 | 0.0 |
155
+ | seqeval strict | 0.35 | 0.53 | 0.02 | 0.55 | 0.0 | 0.02 | 0.0 |
156
+ | seqeval relaxed | 0.34 | 0.49 | 0.02 | 0.55 | 0.0 | 0.02 | 0.0 |
157
 
158
  With error count:
159