asahi417 commited on
Commit
dc2516c
·
1 Parent(s): 473b364

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -38,12 +38,12 @@ MultiNERD NER benchmark dataset formatted in a part of [TNER](https://github.com
38
  ## Dataset Structure
39
 
40
  ### Data Instances
41
- An example of `train` looks as follows.
42
 
43
  ```
44
  {
45
- 'tokens': ['I', 'hate', 'the', 'words', 'chunder', ',', 'vomit', 'and', 'puke', '.', 'BUUH', '.'],
46
- 'tags': [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6]
47
  }
48
  ```
49
 
 
38
  ## Dataset Structure
39
 
40
  ### Data Instances
41
+ An example of `train` of `de` looks as follows.
42
 
43
  ```
44
  {
45
+ 'tokens': [ "Die", "Blätter", "des", "Huflattichs", "sind", "leicht", "mit", "den", "sehr", "ähnlichen", "Blättern", "der", "Weißen", "Pestwurz", "(", "\"", "Petasites", "albus", "\"", ")", "zu", "verwechseln", "." ],
46
+ 'tags': [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0 ]
47
  }
48
  ```
49