Update README.md
Browse files
README.md
CHANGED
|
@@ -59,7 +59,7 @@ Experience intelligent one-click AI4S programming through the OneCode online env
|
|
| 59 |
### Download the Model Package
|
| 60 |
|
| 61 |
```bash
|
| 62 |
-
hf download --model OneScience-
|
| 63 |
cd FourCastNet
|
| 64 |
```
|
| 65 |
|
|
@@ -89,7 +89,7 @@ pip install onescience[earth-gpu] -i http://mirrors.onescience.ai:3141/pypi/simp
|
|
| 89 |
The OneScience community provides ERA5 data for training (due to file size limits, the current repository contains a slice of the full dataset). Users can download it with the command below and confirm that the data path in `conf/config.yaml` is set correctly:
|
| 90 |
|
| 91 |
```bash
|
| 92 |
-
hf download --dataset OneScience-
|
| 93 |
```
|
| 94 |
|
| 95 |
### Training
|
|
|
|
| 59 |
### Download the Model Package
|
| 60 |
|
| 61 |
```bash
|
| 62 |
+
hf download --model OneScience-Group/FourCastNet --local-dir ./FourCastNet
|
| 63 |
cd FourCastNet
|
| 64 |
```
|
| 65 |
|
|
|
|
| 89 |
The OneScience community provides ERA5 data for training (due to file size limits, the current repository contains a slice of the full dataset). Users can download it with the command below and confirm that the data path in `conf/config.yaml` is set correctly:
|
| 90 |
|
| 91 |
```bash
|
| 92 |
+
hf download --dataset OneScience-Group/ERA5 --local-dir ./data
|
| 93 |
```
|
| 94 |
|
| 95 |
### Training
|