Update README.md
Browse files
README.md
CHANGED
@@ -15,22 +15,17 @@ We establish two tasks: full and sparse dynamics prediction.
|
|
15 |
📚: [https://arxiv.org/abs/2402.00712](https://arxiv.org/abs/2402.00712)
|
16 |
|
17 |
## Getting Started
|
18 |
-
**Step 1**: Clone the [ChaosBench](https://github.com/leap-stc/ChaosBench) Github repository
|
19 |
-
```
|
20 |
-
pip install -r requirements.txt
|
21 |
-
```
|
22 |
|
23 |
-
**Step 2**:
|
24 |
```
|
25 |
cd ChaosBench
|
26 |
-
|
27 |
```
|
28 |
|
29 |
-
**Step 3**:
|
30 |
-
|
31 |
-
**Step 4**: Initialize the space by running
|
32 |
```
|
33 |
-
cd
|
34 |
wget https://huggingface.co/datasets/LEAP/ChaosBench/resolve/main/process.sh
|
35 |
chmod +x process.sh
|
36 |
```
|
|
|
15 |
📚: [https://arxiv.org/abs/2402.00712](https://arxiv.org/abs/2402.00712)
|
16 |
|
17 |
## Getting Started
|
18 |
+
**Step 1**: Clone the [ChaosBench](https://github.com/leap-stc/ChaosBench) Github repository
|
|
|
|
|
|
|
19 |
|
20 |
+
**Step 2**: Install package dependencies
|
21 |
```
|
22 |
cd ChaosBench
|
23 |
+
pip install -r requirements.txt
|
24 |
```
|
25 |
|
26 |
+
**Step 3**: Initialize the data space by running
|
|
|
|
|
27 |
```
|
28 |
+
cd data/
|
29 |
wget https://huggingface.co/datasets/LEAP/ChaosBench/resolve/main/process.sh
|
30 |
chmod +x process.sh
|
31 |
```
|