Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -56,7 +56,7 @@ Use the online OneCode environment for an intelligent, one-click AI for Science
|
|
| 56 |
### Download the Model Package
|
| 57 |
|
| 58 |
```bash
|
| 59 |
-
hf download --model OneScience-
|
| 60 |
cd MeshGraphNet
|
| 61 |
```
|
| 62 |
|
|
@@ -87,7 +87,7 @@ pip install onescience[cfd-gpu] -i http://mirrors.onescience.ai:3141/pypi/simple
|
|
| 87 |
The OneScience community provides the `cylinder_flow` dataset for training. Download it with the command below and verify that the data path in `config/config.yaml` is configured correctly:
|
| 88 |
|
| 89 |
```bash
|
| 90 |
-
hf download --dataset OneScience-
|
| 91 |
```
|
| 92 |
|
| 93 |
### Training
|
|
|
|
| 56 |
### Download the Model Package
|
| 57 |
|
| 58 |
```bash
|
| 59 |
+
hf download --model OneScience-Group/MeshGraphNet --local-dir ./MeshGraphNet
|
| 60 |
cd MeshGraphNet
|
| 61 |
```
|
| 62 |
|
|
|
|
| 87 |
The OneScience community provides the `cylinder_flow` dataset for training. Download it with the command below and verify that the data path in `config/config.yaml` is configured correctly:
|
| 88 |
|
| 89 |
```bash
|
| 90 |
+
hf download --dataset OneScience-Group/cylinder_flow --local-dir ./data
|
| 91 |
```
|
| 92 |
|
| 93 |
### Training
|