apal commited on
Commit
50919ce
1 Parent(s): d194365

Datasets update

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -271,9 +271,12 @@ The dataset is organized in the following structure:
271
 
272
  ## Dataset Download
273
 
274
- The dataset can be downloaded using both datasets library by Hugging Face and wget. Since SkyScenes offers variations across different axes
 
 
275
  hence we enable different subsets for download that can aid in model sensitivity analysis across these axes.
276
 
 
277
  **Example script for downloading different subsets of data using wget**
278
  ```
279
  #!/bin/bash
@@ -309,3 +312,5 @@ for hp in "${HP[@]}"; do
309
  done
310
  done
311
  ```
 
 
 
271
 
272
  ## Dataset Download
273
 
274
+
275
+
276
+ The dataset can be downloaded using both [datasets](https://huggingface.co/docs/datasets/index) library by Hugging Face and wget. Since SkyScenes offers variations across different axes
277
  hence we enable different subsets for download that can aid in model sensitivity analysis across these axes.
278
 
279
+
280
  **Example script for downloading different subsets of data using wget**
281
  ```
282
  #!/bin/bash
 
312
  done
313
  done
314
  ```
315
+
316
+ ### 💡 Support for [datasets](https://huggingface.co/docs/datasets/index) will be made available soon !