Datasets:
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1M - 10M
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -96,7 +96,7 @@ This is a "train" split example:
|
|
| 96 |
Tags are provided as integer classes. If you want to use the class names you can access them as follows:
|
| 97 |
|
| 98 |
```python
|
| 99 |
-
|
| 100 |
|
| 101 |
finer_train = datasets.load_dataset("nlpaueb/finer-139", split="train")
|
| 102 |
|
|
|
|
| 96 |
Tags are provided as integer classes. If you want to use the class names you can access them as follows:
|
| 97 |
|
| 98 |
```python
|
| 99 |
+
import datasets
|
| 100 |
|
| 101 |
finer_train = datasets.load_dataset("nlpaueb/finer-139", split="train")
|
| 102 |
|