update readme data
Browse files
README.md
CHANGED
@@ -36,16 +36,18 @@ This model is limited by its training dataset of entity-annotated news articles
|
|
36 |
## Training data
|
37 |
The training data for the 10 languages are from:
|
38 |
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
|
|
|
|
49 |
|
50 |
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:
|
51 |
Abbreviation|Description
|
|
|
36 |
## Training data
|
37 |
The training data for the 10 languages are from:
|
38 |
|
39 |
+
Language|Dataset
|
40 |
+
-|-
|
41 |
+
Arabic | [ANERcorp](https://github.com/EmnamoR/Arabic-named-entity-recognition)
|
42 |
+
German | [conll 2003](https://www.clips.uantwerpen.be/conll2003/ner/)
|
43 |
+
English | [conll 2003](https://www.clips.uantwerpen.be/conll2003/ner/)
|
44 |
+
Spanish | [conll 2002](https://www.clips.uantwerpen.be/conll2002/ner/)
|
45 |
+
French | [Europeana Newspapers](https://github.com/EuropeanaNewspapers/ner-corpora/tree/master/enp_FR.bnf.bio)
|
46 |
+
Italian | [Italian I-CAB](https://ontotext.fbk.eu/icab.html)
|
47 |
+
Latvian | [Latvian NER](https://github.com/LUMII-AILab/FullStack/tree/master/NamedEntities)
|
48 |
+
Dutch | [conll 2002](https://www.clips.uantwerpen.be/conll2002/ner/)
|
49 |
+
Portuguese |[Paramopama + Second Harem](https://github.com/davidsbatista/NER-datasets/tree/master/Portuguese)
|
50 |
+
Chinese | [MSRA](https://huggingface.co/datasets/msra_ner)
|
51 |
|
52 |
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:
|
53 |
Abbreviation|Description
|