DiGyt commited on
Commit
8d9d780
1 Parent(s): 56d1ba6

warning -> note

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -87,7 +87,7 @@ from datasets import load_dataset
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
 
 
87
  dataset = load_dataset("kietzmannlab/ecoset", ignore_verifications=True)
88
  ```
89
 
90
+ | NOTE: 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