Davlan commited on
Commit
60c9238
1 Parent(s): be310e7

update readme data

Browse files
Files changed (1) hide show
  1. README.md +12 -10
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
- Arabic: [ANERcorp](https://github.com/EmnamoR/Arabic-named-entity-recognition)
40
- German: [conll 2003](https://www.clips.uantwerpen.be/conll2003/ner/)
41
- English: [conll 2003](https://www.clips.uantwerpen.be/conll2003/ner/)
42
- Spanish: [conll 2002](https://www.clips.uantwerpen.be/conll2002/ner/)
43
- French: [Europeana Newspapers](https://github.com/EuropeanaNewspapers/ner-corpora/tree/master/enp_FR.bnf.bio)
44
- Italian: []()
45
- Latvian: [Latvian NER](https://github.com/LUMII-AILab/FullStack/tree/master/NamedEntities)
46
- Dutch: [conll 2002](https://www.clips.uantwerpen.be/conll2002/ner/)
47
- Portuguese: [Paramopama + Second Harem](https://github.com/davidsbatista/NER-datasets/tree/master/Portuguese)
48
- Chinese: [MSRA](https://huggingface.co/datasets/msra_ner)
 
 
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