Datasets:

Lauler commited on
Commit
9b2b606
1 Parent(s): 51e0d66

Update README.md

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