Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -65,7 +65,7 @@ Use the online OneCode environment for an intelligent, one-click AI for Science
|
|
| 65 |
|
| 66 |
### Download the Model Package
|
| 67 |
```
|
| 68 |
-
hf download --model OneScience-
|
| 69 |
cd CFDBench
|
| 70 |
```
|
| 71 |
### Set Up the Runtime Environment
|
|
@@ -95,7 +95,7 @@ pip install onescience[cfd-gpu] -i http://mirrors.onescience.ai:3141/pypi/simple
|
|
| 95 |
The OneScience community provides the `cfdbench` dataset for training. Download it with the command below and verify that the data path in `config/config.yaml` is configured correctly:
|
| 96 |
|
| 97 |
```bash
|
| 98 |
-
hf download --dataset OneScience-
|
| 99 |
```
|
| 100 |
|
| 101 |
### Training
|
|
|
|
| 65 |
|
| 66 |
### Download the Model Package
|
| 67 |
```
|
| 68 |
+
hf download --model OneScience-Group/CFDBench --local-dir ./CFDBench
|
| 69 |
cd CFDBench
|
| 70 |
```
|
| 71 |
### Set Up the Runtime Environment
|
|
|
|
| 95 |
The OneScience community provides the `cfdbench` dataset for training. Download it with the command below and verify that the data path in `config/config.yaml` is configured correctly:
|
| 96 |
|
| 97 |
```bash
|
| 98 |
+
hf download --dataset OneScience-Group/cfdbench --local-dir ./data
|
| 99 |
```
|
| 100 |
|
| 101 |
### Training
|