Commit
•
e6216bf
1
Parent(s):
c0f94d3
Update README.md (#1)
Browse files- Update README.md (2748d479eff2304c50324dc06cf0ee46506abd82)
Co-authored-by: Johannes Schmude <johannesschmude@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
---
|
2 |
license: cdla-permissive-2.0
|
3 |
---
|
4 |
-
# Model card for granite-geospatial-downscaling
|
5 |
|
6 |
-
`granite-geospatial-downscaling` is a fine-tuned foundation model for the downscaling of weather and climate data. It is based on the [Prithvi WxC foundation model](https://huggingface.co/Prithvi-WxC). `granite-geospatial-downscaling` has been used to downscale both MERRA-2 data as well as EURO-CORDEX climate simulations. The weights for the former are included here.
|
7 |
|
8 |
<b>6x downscaling of MERRA-2 2m temperature</b>
|
9 |
|
10 |
<center><img src="downscaling_T2M_coolwarm_animated.gif" alt="Downscaling of MERRA-2 T2M" width=462></center>
|
11 |
|
|
|
|
|
12 |
## Architecture
|
13 |
|
14 |
From an architecture point of view, we embed Prithvi WxC's transformer layers into a series of convolutional layers. That is, we typically increase resolution before and after the pre-trained transformer stages.
|
|
|
1 |
---
|
2 |
license: cdla-permissive-2.0
|
3 |
---
|
4 |
+
# Model card for granite-geospatial-wxc-downscaling
|
5 |
|
6 |
+
`granite-geospatial-wxc-downscaling` is a fine-tuned foundation model for the downscaling of weather and climate data. It is based on the [Prithvi WxC foundation model](https://huggingface.co/Prithvi-WxC). `granite-geospatial-downscaling` has been used to downscale both MERRA-2 data as well as EURO-CORDEX climate simulations. The weights for the former are included here.
|
7 |
|
8 |
<b>6x downscaling of MERRA-2 2m temperature</b>
|
9 |
|
10 |
<center><img src="downscaling_T2M_coolwarm_animated.gif" alt="Downscaling of MERRA-2 T2M" width=462></center>
|
11 |
|
12 |
+
More information: [Code](https://github.com/IBM/granite-wxc), [base model](https://huggingface.co/Prithvi-WxC), paper (to appear).
|
13 |
+
|
14 |
## Architecture
|
15 |
|
16 |
From an architecture point of view, we embed Prithvi WxC's transformer layers into a series of convolutional layers. That is, we typically increase resolution before and after the pre-trained transformer stages.
|