Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,15 @@ making it accessible for open science users, startups, and enterprises on multi-
|
|
14 |
Additionally, Hugging Face enables easy sharing of the pipelines of the model family, which our team calls Prithvi WxC, within the community, fostering
|
15 |
global collaboration and engagement. More details on Prithvi WxC can be found in the joint IBM NASA technical paper.
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
More information: [Code](https://github.com/NASA-IMPACT/Prithvi-WxC). Paper (to appear).
|
18 |
|
19 |
|
|
|
14 |
Additionally, Hugging Face enables easy sharing of the pipelines of the model family, which our team calls Prithvi WxC, within the community, fostering
|
15 |
global collaboration and engagement. More details on Prithvi WxC can be found in the joint IBM NASA technical paper.
|
16 |
|
17 |
+
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
|
18 |
+
reconstruction objectives. I.e.~the model is capable of reconstructing atmospheric state from partial information as well as propagating state into the
|
19 |
+
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:
|
20 |
+
- `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.
|
21 |
+
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
|
22 |
+
`prithvi.wxc.2300m.v1` for generic use cases that do not focus on forecasting.
|
23 |
+
- `prithvi.wxc.rollout.2300m.v1` has been through further training cycles to be optimzed for autoregressive rollout. Here, we restricted the input delta
|
24 |
+
as well as the lead time to 6 hours. We recommend using `prithvi.wxc.rollout.2300m.v1` for forecasting applications.
|
25 |
+
|
26 |
More information: [Code](https://github.com/NASA-IMPACT/Prithvi-WxC). Paper (to appear).
|
27 |
|
28 |
|