rst to github md
Browse files
README.md
CHANGED
@@ -87,9 +87,8 @@ from datasets import load_dataset
|
|
87 |
dataset = load_dataset("kietzmannlab/ecoset", ignore_verifications=True)
|
88 |
```
|
89 |
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
## Dataset Structure
|
94 |
|
95 |
|
|
|
87 |
dataset = load_dataset("kietzmannlab/ecoset", ignore_verifications=True)
|
88 |
```
|
89 |
|
90 |
+
| :warning: If you get errors like: `FileNotFoundError: [Errno 2] No such file or directory:'<DATASET_PATH>'` this is likely due do having previously downloaded the dataset and then cancelling the download. If this is the case for you, you can fix this error by manually removing the dataset path and reinstalling the dataset. |
|
91 |
+
| --- |
|
|
|
92 |
## Dataset Structure
|
93 |
|
94 |
|