Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ Physics-based forecasts are generated from 4 national weather agencies with 44-d
|
|
10 |
Our benchmark is one of the first to incorporate physics-based metrics to ensure physically-consistent and explainable models.
|
11 |
We establish two tasks: full and sparse dynamics prediction.
|
12 |
|
13 |
-
🔗: [https://
|
14 |
|
15 |
📚: [https://arxiv.org/](https://arxiv.org/)
|
16 |
|
@@ -23,11 +23,11 @@ cd ChaosBench
|
|
23 |
mkdir data
|
24 |
```
|
25 |
|
26 |
-
**Step 3**: Navigate to `chaosbench/config.py` and change the field `DATA_DIR =
|
27 |
|
28 |
**Step 4**: Initialize the space by running
|
29 |
```
|
30 |
-
cd
|
31 |
wget https://huggingface.co/datasets/juannat7/ChaosBench/blob/main/process.sh
|
32 |
chmod +x process.sh
|
33 |
```
|
|
|
10 |
Our benchmark is one of the first to incorporate physics-based metrics to ensure physically-consistent and explainable models.
|
11 |
We establish two tasks: full and sparse dynamics prediction.
|
12 |
|
13 |
+
🔗: [https://leap-stc.github.io/ChaosBench/](https://leap-stc.github.io/ChaosBench/)
|
14 |
|
15 |
📚: [https://arxiv.org/](https://arxiv.org/)
|
16 |
|
|
|
23 |
mkdir data
|
24 |
```
|
25 |
|
26 |
+
**Step 3**: Navigate to `chaosbench/config.py` and change the field `DATA_DIR = ChaosBench/data`
|
27 |
|
28 |
**Step 4**: Initialize the space by running
|
29 |
```
|
30 |
+
cd ChaosBench/data/
|
31 |
wget https://huggingface.co/datasets/juannat7/ChaosBench/blob/main/process.sh
|
32 |
chmod +x process.sh
|
33 |
```
|