mbruton commited on
Commit
ca75b0c
1 Parent(s): 0a94f50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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[f"tags"].feature.names
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