carmelog commited on
Commit
96ff69f
·
verified ·
1 Parent(s): a5a5c67

feat: adding model files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ EDMPrecond.0.0.mdlus filter=lfs diff=lfs merge=lfs -text
37
+ StormCastUNet.0.0.mdlus filter=lfs diff=lfs merge=lfs -text
EDMPrecond.0.0.mdlus ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9006ff2ead9fe1c521e5a7def0522889a0cc492130678cfe2fa7fde0948bba5
3
+ size 484423680
StormCastUNet.0.0.mdlus ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae4f5d54eb4ef4ff1c387b2eac553b937817a5513825c87e1c35778463c23d6f
3
+ size 314552320
metadata.zarr.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03950256a4e0bea48d5a22f6c03d9018d504879371e2d91a5535bb8be85a634b
3
+ size 2048331
model.yaml ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ data:
2
+ conditioning_dt: 1
3
+ local_img_size: [512, 640]
4
+ n_local_channels: 99
5
+ n_conditioning_channels: 26
6
+ n_invariant: 2
7
+ invariants: ["lsm", "orography"]
8
+
9
+ local_channels: ['u10m', 'v10m', 't2m', 'mslp', 'u1hl', 'u2hl', 'u3hl', 'u4hl', 'u5hl', 'u6hl', 'u7hl', 'u8hl', 'u9hl', 'u10hl', 'u11hl', 'u13hl', 'u15hl', 'u20hl', 'u25hl', 'u30hl', 'v1hl', 'v2hl', 'v3hl', 'v4hl', 'v5hl', 'v6hl', 'v7hl', 'v8hl', 'v9hl', 'v10hl', 'v11hl', 'v13hl', 'v15hl', 'v20hl', 'v25hl', 'v30hl', 't1hl', 't2hl', 't3hl', 't4hl', 't5hl', 't6hl', 't7hl', 't8hl', 't9hl', 't10hl', 't11hl', 't13hl', 't15hl', 't20hl', 't25hl', 't30hl', 'q1hl', 'q2hl', 'q3hl', 'q4hl', 'q5hl', 'q6hl', 'q7hl', 'q8hl', 'q9hl', 'q10hl', 'q11hl', 'q13hl', 'q15hl', 'q20hl', 'q25hl', 'q30hl', 'Z1hl', 'Z2hl', 'Z3hl', 'Z4hl', 'Z5hl', 'Z6hl', 'Z7hl', 'Z8hl', 'Z9hl', 'Z10hl', 'Z11hl', 'Z13hl', 'Z15hl', 'Z20hl', 'Z25hl', 'Z30hl', 'p1hl', 'p2hl', 'p3hl', 'p4hl', 'p5hl', 'p6hl', 'p7hl', 'p8hl', 'p9hl', 'p10hl', 'p11hl', 'p13hl', 'p15hl', 'p20hl', 'refc']
10
+ conditioning_channels: ['u10m', 'v10m', 't2m', 'tcwv', 'msl', 'sp', 'u1000', 'u850', 'u500', 'u250', 'v1000', 'v850', 'v500', 'v250', 'z1000', 'z850', 'z500', 'z250', 't1000', 't850', 't500', 't250', 'q1000', 'q850', 'q500', 'q250']
11
+
12
+ regression_model:
13
+ _target_: earth2studio.models.nn.stormcast_networks.RegressionWrapperV2
14
+ model:
15
+ _target_: earth2studio.models.nn.stormcast_networks.SongUNetRegression
16
+ img_resolution: 512
17
+ in_channels: ${eval:'${data.n_local_channels}+${data.n_conditioning_channels}+${data.n_invariant}'}
18
+ out_channels: ${data.n_local_channels}
19
+ label_dim: 0
20
+ embedding_type: "zero"
21
+ encoder_type: "standard"
22
+ decoder_type: "standard"
23
+ channel_mult_noise: 1
24
+ resample_filter: [1, 1]
25
+ model_channels: 128
26
+ channel_mult: [1, 2, 2, 2, 2]
27
+ attn_resolutions: []
28
+ spatial_embedding: False
29
+ hrrr_resolution: [512, 640]
30
+ img_resolution: 512
31
+ label_dim: 0
32
+
33
+ diffusion_model:
34
+ _target_: earth2studio.models.nn.stormcast_networks.EDMPrecond
35
+ model:
36
+ _target_: earth2studio.models.nn.stormcast_networks.SongUNet
37
+ img_resolution: 512
38
+ in_channels: ${eval:'3 * ${data.n_local_channels} + ${data.n_invariant}'}
39
+ out_channels: ${data.n_local_channels}
40
+ label_dim: 0
41
+ embedding_type: "positional"
42
+ encoder_type: "standard"
43
+ decoder_type: "standard"
44
+ channel_mult_noise: 1
45
+ resample_filter: [1, 1]
46
+ model_channels: 128
47
+ channel_mult: [1, 2, 2, 2, 2]
48
+ attn_resolutions: []
49
+ spatial_embedding: True
50
+ hrrr_resolution: [512, 640]
51
+ img_resolution: 512
52
+ label_dim: 0
53
+
54
+ sampler_args: