johannesschmude
commited on
Commit
•
b34d507
1
Parent(s):
dbcad8b
Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,15 @@
|
|
1 |
---
|
2 |
license: cdla-permissive-2.0
|
3 |
---
|
4 |
-
NASA and IBM have teamed up to create an AI Foundation Model for Weather and Climate, using [MERRA 2](https://gmao.gsfc.nasa.gov/reanalysis/MERRA-2/) data.
|
5 |
-
By embracing the principles of open AI and open science, both organizations are actively contributing to the
|
6 |
-
global mission of promoting knowledge sharing and accelerating innovations in addressing critical environmental challenges.
|
7 |
-
With Hugging Face's platform, they simplify model training and deployment, making it accessible for open science users, startups,
|
8 |
-
and enterprises on multi-cloud AI platforms like [watsonx](https://www.ibm.com/watsonx). Additionally, Hugging Face enables easy sharing of the pipelines of the model
|
9 |
-
family, which our team calls Prithvi WxC, within the community, fostering global collaboration and engagement. More details on Prithvi can be
|
10 |
-
found in the joint IBM NASA technical paper.
|
11 |
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
![gravity wave](https://huggingface.co/Prithvi-WxC/Gravity_wave_Parameterization/resolve/a29b9eb40fe3940a0e617a2cea7f9248b6cebc3e/flux_prediction_prithvi_finetuning.gif)
|
16 |
![Hurricane Ida](https://huggingface.co/datasets/Prithvi-WxC/Hurricane/resolve/f0adb1f759ba3b416cde1bfb39589e5178048749/2021C4Ida_2021082700.gif)
|
|
|
1 |
---
|
2 |
license: cdla-permissive-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
+
Prithvi WxC is a 2.3 billion parameter model trained on 160 different variables from MERRA-2 data. It has been pretrained on both forecasting and masked
|
6 |
+
reconstruction objectives. I.e.~the model is capable of reconstructing atmospheric state from partial information as well as propagating state into the
|
7 |
+
future. The model takes data from two timestamps as input and generates a single, possibly future, timestamp as output. Currently Prithvi WxC comes in two flavors:
|
8 |
+
- (This model) `prithvi.wxc.2300m.v1` has been pretrained with a 50% masking ratio. The time delta between input timestamps is variable as is the forecast lead time.
|
9 |
+
During pretraining, the input delta was chosen from [-3, -6, -9, -12] hours while the forecast lead time was chosen from [0, 6, 12, 24] hours. We recommend using
|
10 |
+
`prithvi.wxc.2300m.v1` for generic use cases that do not focus on forecasting.
|
11 |
+
- `prithvi.wxc.rollout.2300m.v1` has been through further training cycles to be optimzed for autoregressive rollout. Here, we restricted the input delta
|
12 |
+
as well as the lead time to 6 hours. We recommend using `prithvi.wxc.rollout.2300m.v1` for forecasting applications.
|
13 |
|
14 |
![gravity wave](https://huggingface.co/Prithvi-WxC/Gravity_wave_Parameterization/resolve/a29b9eb40fe3940a0e617a2cea7f9248b6cebc3e/flux_prediction_prithvi_finetuning.gif)
|
15 |
![Hurricane Ida](https://huggingface.co/datasets/Prithvi-WxC/Hurricane/resolve/f0adb1f759ba3b416cde1bfb39589e5178048749/2021C4Ida_2021082700.gif)
|