thompsonmj commited on
Commit
0377eca
·
1 Parent(s): ef566ad
Files changed (1) hide show
  1. README.md +5 -3
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 `--dataset_path` argument.
172
  ```bash
173
- curl -s https://huggingface.co/datasets/imageomics/rare-species/resolve/main/scripts/export_rare_species.py \
174
- | python3 - --dataset_path ./exported_dataset
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/