Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
nlpaueb commited on
Commit
a67dfb5
·
1 Parent(s): 8fb1c7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -104,7 +104,7 @@ finer_tag_names = finer_train.features["ner_tags"].feature.names
104
 
105
  **finer_tag_names** contains a list of class names corresponding to the integer classes e.g.
106
  ```
107
- 0 -> "O" <br>
108
  1 -> "B-AccrualForEnvironmentalLossContingencies" <br>
109
  ```
110
 
 
104
 
105
  **finer_tag_names** contains a list of class names corresponding to the integer classes e.g.
106
  ```
107
+ 0 -> "O"
108
  1 -> "B-AccrualForEnvironmentalLossContingencies" <br>
109
  ```
110