isaaccorley commited on
Commit
ab589b9
·
verified ·
1 Parent(s): 9215ef3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,3 +1,10 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ The dataset was split into 10GB chunks for uploading to HuggingFace. It can be extracted by combining the chunks and then splitting them.
6
+
7
+ ```bash
8
+ cat hydro.* > hydro-complete.zip
9
+ unzip hydro-complete.zip
10
+ ```