juliehunter
commited on
Commit
•
45790f4
1
Parent(s):
89392d5
Update README.md
Browse files
README.md
CHANGED
@@ -151,7 +151,7 @@ import datasets
|
|
151 |
ds = datasets.load_dataset("linagora/SUMM-RE")
|
152 |
```
|
153 |
|
154 |
-
Use `streaming` option to avoid downloading the full dataset, when only a split is required:
|
155 |
|
156 |
```python
|
157 |
import datasets
|
@@ -162,7 +162,7 @@ for sample in devset:
|
|
162 |
...
|
163 |
```
|
164 |
|
165 |
-
Load
|
166 |
```python
|
167 |
|
168 |
import datasets
|
|
|
151 |
ds = datasets.load_dataset("linagora/SUMM-RE")
|
152 |
```
|
153 |
|
154 |
+
Use the `streaming` option to avoid downloading the full dataset, when only a split is required:
|
155 |
|
156 |
```python
|
157 |
import datasets
|
|
|
162 |
...
|
163 |
```
|
164 |
|
165 |
+
Load some short extracts of the data to explore the structure:
|
166 |
```python
|
167 |
|
168 |
import datasets
|