Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -58,7 +58,7 @@ Use the online OneCode environment for an intelligent, one-click AI for Science
|
|
| 58 |
### Download the Model Package
|
| 59 |
|
| 60 |
```bash
|
| 61 |
-
hf download --model OneScience-
|
| 62 |
cd FactFormer
|
| 63 |
```
|
| 64 |
|
|
@@ -89,7 +89,7 @@ The model uses two-dimensional Kolmogorov-flow data with an original array shape
|
|
| 89 |
Download the data with the following command and verify that the data path in `conf/config.yaml` is configured correctly:
|
| 90 |
|
| 91 |
```bash
|
| 92 |
-
hf download --dataset OneScience-
|
| 93 |
```
|
| 94 |
|
| 95 |
### Training
|
|
|
|
| 58 |
### Download the Model Package
|
| 59 |
|
| 60 |
```bash
|
| 61 |
+
hf download --model OneScience-Group/FactFormer --local-dir ./FactFormer
|
| 62 |
cd FactFormer
|
| 63 |
```
|
| 64 |
|
|
|
|
| 89 |
Download the data with the following command and verify that the data path in `conf/config.yaml` is configured correctly:
|
| 90 |
|
| 91 |
```bash
|
| 92 |
+
hf download --dataset OneScience-Group/Kolmogorov_flow_2d --local-dir ./data
|
| 93 |
```
|
| 94 |
|
| 95 |
### Training
|