Update README.md
Browse files
README.md
CHANGED
@@ -87,7 +87,7 @@ from datasets import load_dataset
|
|
87 |
dataset = load_dataset("kietzmannlab/ecoset", verification_mode=no_checks)
|
88 |
```
|
89 |
|
90 |
-
optionally a cache_dir can
|
91 |
|
92 |
```python
|
93 |
from datasets import load_dataset
|
|
|
87 |
dataset = load_dataset("kietzmannlab/ecoset", verification_mode=no_checks)
|
88 |
```
|
89 |
|
90 |
+
optionally a cache_dir can be specified where the zip file will be downloaded and extracted
|
91 |
|
92 |
```python
|
93 |
from datasets import load_dataset
|