Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -38,6 +38,8 @@ Tasks are not supported by default (there are no label fields). The dataset may
|
|
38 |
|
39 |
### How to use
|
40 |
|
|
|
|
|
41 |
To download and extract the files locally you can use `load_dataset()`. We recommend you set the `cache_dir` argument to point to a location that has plenty of disk space (1.2TB+). Here's how to download the `train` split:
|
42 |
|
43 |
```python
|
|
|
38 |
|
39 |
### How to use
|
40 |
|
41 |
+
> [!IMPORTANT] **Downgrade to `datasets` major version 2.\*.\* to load this dataset**.
|
42 |
+
|
43 |
To download and extract the files locally you can use `load_dataset()`. We recommend you set the `cache_dir` argument to point to a location that has plenty of disk space (1.2TB+). Here's how to download the `train` split:
|
44 |
|
45 |
```python
|