Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -55,7 +55,7 @@ Use the online OneCode environment for an intelligent, one-click AI for Science
|
|
| 55 |
### Download the Model Package
|
| 56 |
|
| 57 |
```bash
|
| 58 |
-
hf download --model OneScience-
|
| 59 |
cd DeepCFD
|
| 60 |
```
|
| 61 |
|
|
@@ -85,7 +85,7 @@ pip install onescience[cfd-gpu] -i http://mirrors.onescience.ai:3141/pypi/simple
|
|
| 85 |
The OneScience community provides the `deepcfd` dataset for training. Download it with the command below and verify that the data path in `conf/config.yaml` is configured correctly:
|
| 86 |
|
| 87 |
```bash
|
| 88 |
-
hf download --dataset OneScience-
|
| 89 |
```
|
| 90 |
|
| 91 |
The project dataset can also be [downloaded from Zenodo](https://zenodo.org/record/3666056/files/DeepCFD.zip?download=1).
|
|
|
|
| 55 |
### Download the Model Package
|
| 56 |
|
| 57 |
```bash
|
| 58 |
+
hf download --model OneScience-Group/DeepCFD --local-dir ./DeepCFD
|
| 59 |
cd DeepCFD
|
| 60 |
```
|
| 61 |
|
|
|
|
| 85 |
The OneScience community provides the `deepcfd` dataset for training. Download it with the command below and verify that the data path in `conf/config.yaml` is configured correctly:
|
| 86 |
|
| 87 |
```bash
|
| 88 |
+
hf download --dataset OneScience-Group/deepcfd --local-dir ./data
|
| 89 |
```
|
| 90 |
|
| 91 |
The project dataset can also be [downloaded from Zenodo](https://zenodo.org/record/3666056/files/DeepCFD.zip?download=1).
|