Update README.md
Browse files
README.md
CHANGED
@@ -128,7 +128,7 @@ run on the test split of [CoNLL2003 dataset](https://huggingface.co/datasets/con
|
|
128 |
|
129 |
| F1 Scores | overall | location | miscelaneous | organization | person |
|
130 |
|-----------------|---------:|----------:|--------------:|--------------:|--------:|
|
131 |
-
|
|
132 |
| fair | 0,94 | 0,96 | 0,85 | 0,92 | 0,97 |
|
133 |
| seqeval strict | 0,90 | 0,92 | 0,79 | 0,87 | 0,96 |
|
134 |
| seqeval relaxed | 0,89 | 0,92 | 0,78 | 0,86 | 0,96 |
|
@@ -143,7 +143,7 @@ The traditional error count is:
|
|
143 |
|
144 |
And the fair count is:
|
145 |
|
146 |
-
|
147 |
|-----|-----------------------:|----------:|--------------:|--------------:|--------:|
|
148 |
| TP | 5104 ( - \| 90,36%) | 1545 | 561 | 1452 | 1546 |
|
149 |
| FP | 126 (18,47% \| 2,23%) | 20 | 48 | 47 | 11 |
|
|
|
128 |
|
129 |
| F1 Scores | overall | location | miscelaneous | organization | person |
|
130 |
|-----------------|---------:|----------:|--------------:|--------------:|--------:|
|
131 |
+
| traditional | 0,90 | 0,92 | 0,79 | 0,87 | 0,96 |
|
132 |
| fair | 0,94 | 0,96 | 0,85 | 0,92 | 0,97 |
|
133 |
| seqeval strict | 0,90 | 0,92 | 0,79 | 0,87 | 0,96 |
|
134 |
| seqeval relaxed | 0,89 | 0,92 | 0,78 | 0,86 | 0,96 |
|
|
|
143 |
|
144 |
And the fair count is:
|
145 |
|
146 |
+
| | overall | location | miscelaneous | organization | person |
|
147 |
|-----|-----------------------:|----------:|--------------:|--------------:|--------:|
|
148 |
| TP | 5104 ( - \| 90,36%) | 1545 | 561 | 1452 | 1546 |
|
149 |
| FP | 126 (18,47% \| 2,23%) | 20 | 48 | 47 | 11 |
|