Upload folder using huggingface_hub
Browse files
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-
|
| 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-
|
| 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
|