blumenstiel commited on
Commit
992884f
·
verified ·
1 Parent(s): c9df16b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -122,6 +122,9 @@ hf download ibm-esa-geospatial/TerraMesh --repo-type dataset --include "val/*" -
122
  hf download ibm-esa-geospatial/TerraMesh --repo-type dataset --include "*/S2L2A/*" --local-dir data/TerraMesh
123
  ```
124
 
 
 
 
125
  ### Data loader
126
 
127
  We provide the data loading code in `terramesh.py` which is downloaded together with the dataset. For development use streaming, you can download the file via this [link](https://huggingface.co/datasets/ibm-esa-geospatial/TerraMesh/resolve/main/terramesh.py) or with:
 
122
  hf download ibm-esa-geospatial/TerraMesh --repo-type dataset --include "*/S2L2A/*" --local-dir data/TerraMesh
123
  ```
124
 
125
+ It is recommend to be be logged in with the Hugging Face cli tool (check with `hf auth whoami`) to avoild hitting download limits and using a reduced number of workers (`--max-worker 4`).
126
+ When the download fails, just rerun the command to autoresume it.
127
+
128
  ### Data loader
129
 
130
  We provide the data loading code in `terramesh.py` which is downloaded together with the dataset. For development use streaming, you can download the file via this [link](https://huggingface.co/datasets/ibm-esa-geospatial/TerraMesh/resolve/main/terramesh.py) or with: