yushuang88 commited on
Commit
4c1b57c
·
verified ·
1 Parent(s): 4ab692f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -49,7 +49,7 @@ Use the online OneCode environment for an intelligent, one-click AI for Science
49
  ### Download the Model Package
50
 
51
  ```bash
52
- hf download --model OneScience-Sugon/Transolver-Airfoil-Design --local-dir ./Transolver-Airfoil-Design
53
  cd Transolver-Airfoil-Design
54
  ```
55
 
@@ -79,7 +79,7 @@ pip install onescience[cfd-gpu] -i http://mirrors.onescience.ai:3141/pypi/simple
79
  The OneScience community provides the `airfrans` dataset for training. Download it with the command below and verify that the data path in `config/config.yaml` is configured correctly:
80
 
81
  ```bash
82
- hf download --dataset OneScience-Sugon/airfrans --local-dir ./data
83
  ```
84
 
85
  ### Training
 
49
  ### Download the Model Package
50
 
51
  ```bash
52
+ hf download --model OneScience-Group/Transolver-Airfoil-Design --local-dir ./Transolver-Airfoil-Design
53
  cd Transolver-Airfoil-Design
54
  ```
55
 
 
79
  The OneScience community provides the `airfrans` dataset for training. Download it with the command below and verify that the data path in `config/config.yaml` is configured correctly:
80
 
81
  ```bash
82
+ hf download --dataset OneScience-Group/airfrans --local-dir ./data
83
  ```
84
 
85
  ### Training