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 EagleMeshTransformer
|
| 60 |
```
|
| 61 |
|
|
@@ -91,7 +91,7 @@ python scripts/fake_data.py
|
|
| 91 |
The OneScience community provides the EAGLE dataset for training. Download it with the command below and verify that the data path in `conf/config.yaml` is configured correctly.
|
| 92 |
|
| 93 |
```bash
|
| 94 |
-
hf download --dataset OneScience-
|
| 95 |
```
|
| 96 |
|
| 97 |
### Training
|
|
|
|
| 55 |
### Download the Model Package
|
| 56 |
|
| 57 |
```bash
|
| 58 |
+
hf download --model OneScience-Group/EagleMeshTransformer --local-dir ./EagleMeshTransformer
|
| 59 |
cd EagleMeshTransformer
|
| 60 |
```
|
| 61 |
|
|
|
|
| 91 |
The OneScience community provides the EAGLE dataset for training. Download it with the command below and verify that the data path in `conf/config.yaml` is configured correctly.
|
| 92 |
|
| 93 |
```bash
|
| 94 |
+
hf download --dataset OneScience-Group/eagle --local-dir ./data
|
| 95 |
```
|
| 96 |
|
| 97 |
### Training
|