Update README.md
Browse files
README.md
CHANGED
@@ -39,15 +39,16 @@ This model is limited by its training dataset of entity-annotated news articles
|
|
39 |
This model was fine-tuned on English version of the standard [CoNLL-2003 Named Entity Recognition](https://www.aclweb.org/anthology/W03-0419.pdf) dataset.
|
40 |
|
41 |
The training dataset distinguishes between the beginning and continuation of an entity so that if there are back-to-back entities of the same type, the model can output where the second entity begins. As in the dataset, each token will be classified as one of the following classes:
|
|
|
42 |
Abbreviation|Description
|
43 |
-|-
|
44 |
O|Outside of a named entity
|
45 |
B-MIS |Beginning of a miscellaneous entity right after another miscellaneous entity
|
46 |
-
I-MIS |Miscellaneous entity
|
47 |
B-PER |Beginning of a person’s name right after another person’s name
|
48 |
I-PER |Person’s name
|
49 |
-
B-ORG |Beginning of an
|
50 |
-
I-ORG |
|
51 |
B-LOC |Beginning of a location right after another location
|
52 |
I-LOC |Location
|
53 |
|
|
|
39 |
This model was fine-tuned on English version of the standard [CoNLL-2003 Named Entity Recognition](https://www.aclweb.org/anthology/W03-0419.pdf) dataset.
|
40 |
|
41 |
The training dataset distinguishes between the beginning and continuation of an entity so that if there are back-to-back entities of the same type, the model can output where the second entity begins. As in the dataset, each token will be classified as one of the following classes:
|
42 |
+
|
43 |
Abbreviation|Description
|
44 |
-|-
|
45 |
O|Outside of a named entity
|
46 |
B-MIS |Beginning of a miscellaneous entity right after another miscellaneous entity
|
47 |
+
I-MIS | Miscellaneous entity
|
48 |
B-PER |Beginning of a person’s name right after another person’s name
|
49 |
I-PER |Person’s name
|
50 |
+
B-ORG |Beginning of an organization right after another organization
|
51 |
+
I-ORG |organization
|
52 |
B-LOC |Beginning of a location right after another location
|
53 |
I-LOC |Location
|
54 |
|