Datasets:
LEAP
/

ArXiv:
License:
juannat7 commited on
Commit
ece193f
1 Parent(s): c46b125

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -10
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 and install requirements
19
- ```
20
- pip install -r requirements.txt
21
- ```
22
 
23
- **Step 2**: Create local directory to store your data, e.g.,
24
  ```
25
  cd ChaosBench
26
- mkdir data
27
  ```
28
 
29
- **Step 3**: Navigate to `chaosbench/config.py` and change the field `DATA_DIR = ChaosBench/data`
30
-
31
- **Step 4**: Initialize the space by running
32
  ```
33
- cd ChaosBench/data/
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
  ```