Datasets:
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1M - 10M
ArXiv:
License:
Update README.md
Browse files
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**:
|
94 |
-
**ner_tags**:
|
95 |
|
96 |
### Tag Names
|
97 |
|
98 |
-
|
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
|