Update README.md
Browse files
README.md
CHANGED
|
@@ -61,7 +61,7 @@ Experience intelligent one-click AI4S programming through the OneCode online env
|
|
| 61 |
### Download the Model Package
|
| 62 |
|
| 63 |
```bash
|
| 64 |
-
hf download --model OneScience-
|
| 65 |
cd pangu_weather
|
| 66 |
```
|
| 67 |
|
|
@@ -91,7 +91,7 @@ pip install onescience[earth-gpu] -i http://mirrors.onescience.ai:3141/pypi/simp
|
|
| 91 |
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:
|
| 92 |
|
| 93 |
```bash
|
| 94 |
-
hf download --dataset OneScience-
|
| 95 |
```
|
| 96 |
|
| 97 |
### Training
|
|
|
|
| 61 |
### Download the Model Package
|
| 62 |
|
| 63 |
```bash
|
| 64 |
+
hf download --model OneScience-Group/Pangu-Weather --local-dir ./pangu_weather
|
| 65 |
cd pangu_weather
|
| 66 |
```
|
| 67 |
|
|
|
|
| 91 |
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:
|
| 92 |
|
| 93 |
```bash
|
| 94 |
+
hf download --dataset OneScience-Group/ERA5 --local-dir ./data
|
| 95 |
```
|
| 96 |
|
| 97 |
### Training
|