wget remove
Browse files
README.md
CHANGED
|
@@ -284,9 +284,10 @@ The dataset is organized in the following structure:
|
|
| 284 |
## Dataset Download
|
| 285 |
|
| 286 |
|
| 287 |
-
The dataset can be downloaded using both [datasets](https://huggingface.co/docs/datasets/index) library by Hugging Face and wget
|
| 288 |
-
|
| 289 |
|
|
|
|
| 290 |
### Download instructions: wget
|
| 291 |
|
| 292 |
**Example script for downloading different subsets of data using wget**
|
|
@@ -324,7 +325,7 @@ for hp in "${HP[@]}"; do
|
|
| 324 |
done
|
| 325 |
done
|
| 326 |
```
|
| 327 |
-
|
| 328 |
### Download instructions: [datasets](https://huggingface.co/docs/datasets/index)
|
| 329 |
|
| 330 |
<details>
|
|
|
|
| 284 |
## Dataset Download
|
| 285 |
|
| 286 |
|
| 287 |
+
<!--The dataset can be downloaded using both [datasets](https://huggingface.co/docs/datasets/index) library by Hugging Face and wget.-->
|
| 288 |
+
Since SkyScenes offers variations across different axes we enable different subsets for download that can aid in model sensitivity analysis across these axes.
|
| 289 |
|
| 290 |
+
<!--
|
| 291 |
### Download instructions: wget
|
| 292 |
|
| 293 |
**Example script for downloading different subsets of data using wget**
|
|
|
|
| 325 |
done
|
| 326 |
done
|
| 327 |
```
|
| 328 |
+
-->
|
| 329 |
### Download instructions: [datasets](https://huggingface.co/docs/datasets/index)
|
| 330 |
|
| 331 |
<details>
|