Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
nlpaueb commited on
Commit
b268421
1 Parent(s): ec13d45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -90,12 +90,12 @@ This is a "train" split example:
90
  ### Data Fields
91
 
92
  **id**: ID of the example <br>
93
- **tokens**: list of tokens for the specific example <br>
94
- **ner_tags**: list of tags for each token in the example <br>
95
 
96
  ### Tag Names
97
 
98
- Tags are provided as integer classes. If you want to use the class names you can access them as follows:
99
 
100
  ```python
101
  import datasets
 
90
  ### Data Fields
91
 
92
  **id**: ID of the example <br>
93
+ **tokens**: List of tokens for the specific example. <br>
94
+ **ner_tags**: List of tags for each token in the example. Tags are provided as integer classes.<br>
95
 
96
  ### Tag Names
97
 
98
+ If you want to use the class names you can access them as follows:
99
 
100
  ```python
101
  import datasets