DiGyt commited on
Commit
5d744e2
1 Parent(s): bbe43c5

rst to github md

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