Update readme
Browse files
README.md
CHANGED
@@ -126,7 +126,7 @@ The output for different modes and error_formats is:
|
|
126 |
Computing the evaluation metrics on the results from [this model](https://huggingface.co/elastic/distilbert-base-uncased-finetuned-conll03-english)
|
127 |
run on the test split of [CoNLL2003 dataset](https://huggingface.co/datasets/conll2003), we obtain the following F1-Scores:
|
128 |
|
129 |
-
| F1 Scores | overall | location |
|
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 |
|
|
|
126 |
Computing the evaluation metrics on the results from [this model](https://huggingface.co/elastic/distilbert-base-uncased-finetuned-conll03-english)
|
127 |
run on the test split of [CoNLL2003 dataset](https://huggingface.co/datasets/conll2003), we obtain the following F1-Scores:
|
128 |
|
129 |
+
| F1 Scores | overall | location | miscellaneous | 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 |
|