yushuang88 commited on
Commit
1f643a5
·
verified ·
1 Parent(s): c718735

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -58,7 +58,7 @@ Use the online OneCode environment for an intelligent, one-click AI for Science
58
  ### Download the Model Package
59
 
60
  ```bash
61
- hf download --model OneScience-Sugon/FactFormer --local-dir ./FactFormer
62
  cd FactFormer
63
  ```
64
 
@@ -89,7 +89,7 @@ The model uses two-dimensional Kolmogorov-flow data with an original array shape
89
  Download the data with the following command and verify that the data path in `conf/config.yaml` is configured correctly:
90
 
91
  ```bash
92
- hf download --dataset OneScience-Sugon/Kolmogorov_flow_2d --local-dir ./data
93
  ```
94
 
95
  ### Training
 
58
  ### Download the Model Package
59
 
60
  ```bash
61
+ hf download --model OneScience-Group/FactFormer --local-dir ./FactFormer
62
  cd FactFormer
63
  ```
64
 
 
89
  Download the data with the following command and verify that the data path in `conf/config.yaml` is configured correctly:
90
 
91
  ```bash
92
+ hf download --dataset OneScience-Group/Kolmogorov_flow_2d --local-dir ./data
93
  ```
94
 
95
  ### Training