Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- from datasets load_dataset
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