romeokienzler commited on
Commit
c0f94d3
1 Parent(s): ca87a9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -4,9 +4,11 @@ license: cdla-permissive-2.0
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
- <img src="downscaling_T2M_coolwarm_animated.gif" alt="Downscaling of MERRA-2 T2M" width=462>
8
  <b>6x downscaling of MERRA-2 2m temperature</b>
9
 
 
 
10
  ## Architecture
11
 
12
  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.
 
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.