Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -51,7 +51,7 @@ Use the online OneCode environment for an intelligent, one-click AI for Science
|
|
| 51 |
### Download the Model Package
|
| 52 |
|
| 53 |
```bash
|
| 54 |
-
hf download --model OneScience-
|
| 55 |
cd Transolver-Car-Design
|
| 56 |
```
|
| 57 |
|
|
@@ -82,7 +82,7 @@ pip install onescience[cfd-gpu] -i http://mirrors.onescience.ai:3141/pypi/simple
|
|
| 82 |
The OneScience community provides the `ShapeNetCar` dataset for training. Download it with the command below and verify that the data path in `config/config.yaml` is configured correctly:
|
| 83 |
|
| 84 |
```bash
|
| 85 |
-
hf download --dataset OneScience-
|
| 86 |
```
|
| 87 |
|
| 88 |
### Training
|
|
|
|
| 51 |
### Download the Model Package
|
| 52 |
|
| 53 |
```bash
|
| 54 |
+
hf download --model OneScience-Group/Transolver-Car-Design --local-dir ./Transolver-Car-Design
|
| 55 |
cd Transolver-Car-Design
|
| 56 |
```
|
| 57 |
|
|
|
|
| 82 |
The OneScience community provides the `ShapeNetCar` dataset for training. Download it with the command below and verify that the data path in `config/config.yaml` is configured correctly:
|
| 83 |
|
| 84 |
```bash
|
| 85 |
+
hf download --dataset OneScience-Group/ShapeNetCar --local-dir ./data
|
| 86 |
```
|
| 87 |
|
| 88 |
### Training
|