romeokienzler commited on
Commit
55c9790
·
verified ·
1 Parent(s): 514c3d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -1,12 +1,21 @@
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
 
9
- - (This model)`prithvi.wxc.rollout.2300m.v1` has been through further training cycles to be optimzed for autoregressive rollout. Here, we restricted the input delta
 
 
 
10
  as well as the lead time to 6 hours. We recommend using `prithvi.wxc.rollout.2300m.v1` for forecasting applications.
11
 
12
  <div style="display: flex; justify-content: center;">
 
1
  ---
2
+ license: apache-2.0
3
+ title: README
4
+ emoji: 📈
5
+ colorFrom: red
6
+ colorTo: blue
7
+ sdk: static
8
+ pinned: false
9
  ---
10
 
11
  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
12
  reconstruction objectives. I.e.~the model is capable of reconstructing atmospheric state from partial information as well as propagating state into the
13
  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:
14
 
15
+ - `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.
16
+ 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
17
+ `prithvi.wxc.2300m.v1` for generic use cases that do not focus on forecasting.
18
+ - (This model) `prithvi.wxc.rollout.2300m.v1` has been through further training cycles to be optimzed for autoregressive rollout. Here, we restricted the input delta
19
  as well as the lead time to 6 hours. We recommend using `prithvi.wxc.rollout.2300m.v1` for forecasting applications.
20
 
21
  <div style="display: flex; justify-content: center;">