SIKAI-C commited on
Commit
81c3a67
·
verified ·
1 Parent(s): 6950d13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -106,7 +106,7 @@ snapshot_download(repo_id="CSI-4CAST/test_regular_cm_A_ds_030_ms_001", repo_type
106
 
107
  ### Downloading All Datasets
108
 
109
- To download all available datasets at once, use the provided `download.py` script:
110
 
111
  ```bash
112
  # Download all datasets to a 'datasets' folder
@@ -126,7 +126,7 @@ The script will automatically:
126
 
127
  ### Reconstructing Original Folder Structure
128
 
129
- While our naming strategy makes it easy to download specific datasets, you might want to work with the complete dataset in its original folder structure. For this purpose, we provide the `reconstruction.py` script that restores the original organization:
130
 
131
  ```bash
132
  python3 reconstruction.py --input-dir datasets --output-dir data
 
106
 
107
  ### Downloading All Datasets
108
 
109
+ To download all available datasets at once, use the provided [`download.py`](https://huggingface.co/spaces/CSI-4CAST/README/blob/main/download.py) script:
110
 
111
  ```bash
112
  # Download all datasets to a 'datasets' folder
 
126
 
127
  ### Reconstructing Original Folder Structure
128
 
129
+ While our naming strategy makes it easy to download specific datasets, you might want to work with the complete dataset in its original folder structure. For this purpose, we provide the [`reconstruction.py`](https://huggingface.co/spaces/CSI-4CAST/README/blob/main/reconstruction.py) script that restores the original organization:
130
 
131
  ```bash
132
  python3 reconstruction.py --input-dir datasets --output-dir data