juannat7 commited on
Commit
9c471c1
·
verified ·
1 Parent(s): 46386d5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ ## Getting Started:
6
+ ```
7
+ $ wget https://huggingface.co/datasets/juannat7/SLAMS/resolve/main/process.sh
8
+ $ chmod +x process.sh
9
+ $ ./process.sh climatology
10
+ $ ./process.sh igra
11
+ $ ./process.sh clara
12
+
13
+ # See the example notebook on how to view the dataset
14
+ ```