mnaguib commited on
Commit
9ea204d
·
verified ·
1 Parent(s): 038e074

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -51,6 +51,12 @@ configs:
51
  ---
52
  WikiNER is a multilingual silver-standard annotated NER dataset. It consists in a late-2010 snapshot of Wikipedia in nine languages. Hyperlinks referring to persons, locations or organizations were automatically annotated.
53
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/61e98283b0ea9f3bf6bedd5e/9w3QFsP_TB8K7oncKspOS.png)
 
 
 
 
 
 
54
  ```
55
  @Article{nothman2012:artint:wikiner,
56
  author = {Joel Nothman and Nicky Ringland and Will Radford and Tara Murphy and James R. Curran},
 
51
  ---
52
  WikiNER is a multilingual silver-standard annotated NER dataset. It consists in a late-2010 snapshot of Wikipedia in nine languages. Hyperlinks referring to persons, locations or organizations were automatically annotated.
53
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/61e98283b0ea9f3bf6bedd5e/9w3QFsP_TB8K7oncKspOS.png)
54
+
55
+ Here is the tag-to-label mapping:
56
+ ```
57
+ {0: 'O', 1: 'LOC', 2: 'PER', 3: 'MISC', 4: 'ORG'}
58
+ ```
59
+
60
  ```
61
  @Article{nothman2012:artint:wikiner,
62
  author = {Joel Nothman and Nicky Ringland and Will Radford and Tara Murphy and James R. Curran},