Update README.md
Browse files
README.md
CHANGED
@@ -123,7 +123,7 @@ A typical data point comprises a tokenized sentence, tags for each token, and a
|
|
123 |
Tags are assigned an id number according to the index of its label as listed in:
|
124 |
|
125 |
```python
|
126 |
-
>>> dataset['train'].features[
|
127 |
```
|
128 |
|
129 |
### Data Fields
|
|
|
123 |
Tags are assigned an id number according to the index of its label as listed in:
|
124 |
|
125 |
```python
|
126 |
+
>>> dataset['train'].features['tags'].feature.names
|
127 |
```
|
128 |
|
129 |
### Data Fields
|