Datasets:
Commit
·
0377eca
1
Parent(s):
ef566ad
Fix typo
Browse files
README.md
CHANGED
@@ -168,11 +168,13 @@ To export the data into a format matching the previously used dataset structure,
|
|
168 |
pip install -r \
|
169 |
https://huggingface.co/datasets/imageomics/rare-species/resolve/main/scripts/requirements.txt
|
170 |
```
|
171 |
-
3) Run the export script. You may customize the output directory by specifying the `--
|
172 |
```bash
|
173 |
-
curl -s https://huggingface.co/datasets/imageomics/rare-species/
|
174 |
-
| python3 - --
|
175 |
```
|
|
|
|
|
176 |
This will create a directory structure like the following:
|
177 |
```
|
178 |
/exported_dataset/dataset/
|
|
|
168 |
pip install -r \
|
169 |
https://huggingface.co/datasets/imageomics/rare-species/resolve/main/scripts/requirements.txt
|
170 |
```
|
171 |
+
3) Run the export script. You may customize the output directory by specifying the `--dataset-path` argument.
|
172 |
```bash
|
173 |
+
curl -s https://huggingface.co/datasets/imageomics/rare-species/raw/main/scripts/export_rare_species.py \
|
174 |
+
| python3 - --dataset-path ./exported_dataset
|
175 |
```
|
176 |
+
|
177 |
+
|
178 |
This will create a directory structure like the following:
|
179 |
```
|
180 |
/exported_dataset/dataset/
|