juliehunter
commited on
Commit
•
69a7f53
1
Parent(s):
572372b
Update README.md
Browse files
README.md
CHANGED
@@ -167,17 +167,6 @@ import datasets
|
|
167 |
ds = datasets.load_dataset("linagora/SUMM-RE")
|
168 |
```
|
169 |
|
170 |
-
To load a particular split only, e.g. `dev`:
|
171 |
-
|
172 |
-
```python
|
173 |
-
|
174 |
-
import datasets
|
175 |
-
|
176 |
-
ds = datasets.load_dataset("linagora/SUMM-RE", data_files={'dev': 'data/dev/*'})
|
177 |
-
|
178 |
-
print(ds['dev'][0])
|
179 |
-
```
|
180 |
-
|
181 |
Use streaming to avoid downloading the full dataset:
|
182 |
|
183 |
```python
|
|
|
167 |
ds = datasets.load_dataset("linagora/SUMM-RE")
|
168 |
```
|
169 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
Use streaming to avoid downloading the full dataset:
|
171 |
|
172 |
```python
|