Upload README.md with huggingface_hub
Browse files
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 |
+
```
|