yushuang88 commited on
Commit
f48487f
·
verified ·
1 Parent(s): 56f157e

Update README and model configuration

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -59,7 +59,7 @@ Use the online OneCode environment for an intelligent, one-click AI for Science
59
  ### Download the Model Package
60
 
61
  ```bash
62
- hf download --model OneScience-Group/KNO --local-dir ./KNO
63
  cd KNO
64
  ```
65
 
@@ -88,7 +88,7 @@ pip install onescience[cfd-gpu] -i http://mirrors.onescience.ai:3141/pypi/simple
88
  The model uses the standard Navier–Stokes dataset `NavierStokes_V1e-5_N1200_T20.mat`, in which the data variable `u` has shape `[1200, 64, 64, 20]`. Download the data with the following command and verify that the data path in `conf/config.yaml` is configured correctly:
89
 
90
  ```bash
91
- hf download --dataset OneScience-Group/cfd_benchmark data/ns/NavierStokes_V1e-5_N1200_T20.mat --local-dir ./data
92
  ```
93
 
94
  ### Training
 
59
  ### Download the Model Package
60
 
61
  ```bash
62
+ hf download OneScience-Group/KNO --local-dir ./KNO
63
  cd KNO
64
  ```
65
 
 
88
  The model uses the standard Navier–Stokes dataset `NavierStokes_V1e-5_N1200_T20.mat`, in which the data variable `u` has shape `[1200, 64, 64, 20]`. Download the data with the following command and verify that the data path in `conf/config.yaml` is configured correctly:
89
 
90
  ```bash
91
+ hf download --repo-type dataset OneScience-Group/cfd_benchmark data/ns/NavierStokes_V1e-5_N1200_T20.mat --local-dir ./data
92
  ```
93
 
94
  ### Training