ngeneva commited on
Commit
c67a639
·
1 Parent(s): 5945b75

Unzipping file

Browse files
.gitattributes CHANGED
@@ -33,3 +33,6 @@ 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
+ fcn.mdlus filter=lfs diff=lfs merge=lfs -text
37
+ global_means.npy filter=lfs diff=lfs merge=lfs -text
38
+ global_stds.npy filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -22,7 +22,7 @@ Global
22
  Industry, academic, and government research teams interested in medium-range and
23
  subseasonal-to-seasonal weather forecasting, and climate modeling.
24
 
25
- ### Reference(s)
26
 
27
  **Papers**:
28
 
@@ -78,7 +78,7 @@ By leveraging NVIDIA’s hardware (e.g. GPU cores) and software frameworks (e.g.
78
  libraries), the model achieves faster training and inference times compared to
79
  CPU-only solutions.
80
 
81
- ## Software Integration
82
 
83
  **Runtime Engine:** Pytorch <br>
84
  **Supported Hardware Microarchitecture Compatibility:** <br>
@@ -91,11 +91,11 @@ CPU-only solutions.
91
 
92
  - Linux <br>
93
 
94
- ## Model Version
95
 
96
  **Model Version:** v1 <br>
97
 
98
- ## Training Dataset
99
 
100
  **Link:** [ERA5](https://cds.climate.copernicus.eu/) <br>
101
 
@@ -112,7 +112,7 @@ ERA5 data for the period 1980-2015. ERA5 provides hourly estimates of various
112
  atmospheric, land, and oceanic climate variables. The data covers the Earth on a 30km
113
  grid and resolves the atmosphere at 137 levels. <br>
114
 
115
- ## Testing Dataset
116
 
117
  **Link:** [ERA5](https://cds.climate.copernicus.eu/) <br>
118
 
@@ -129,7 +129,7 @@ ERA5 data for the period 2016-2017. ERA5 provides hourly estimates of various
129
  atmospheric, land, and oceanic climate variables. The data covers the Earth on a 30km
130
  grid and resolves the atmosphere at 137 levels. <br>
131
 
132
- ## Evaluation Dataset
133
 
134
  **Link:** [ERA5](https://cds.climate.copernicus.eu/) <br>
135
 
@@ -146,7 +146,7 @@ ERA5 data for the period 2018-2019. ERA5 provides hourly estimates of various
146
  atmospheric, land, and oceanic climate variables. The data covers the Earth on a 30km
147
  grid and resolves the atmosphere at 137 levels. <br>
148
 
149
- ## Inference
150
 
151
  **Acceleration Engine:** Pytorch <br>
152
  **Test Hardware:**
@@ -155,7 +155,7 @@ grid and resolves the atmosphere at 137 levels. <br>
155
  - H100 <br>
156
  - L40S <br>
157
 
158
- ## Ethical Considerations
159
 
160
  NVIDIA believes Trustworthy AI is a shared responsibility and we have established
161
  policies and practices to enable development for a wide array of AI applications.
 
22
  Industry, academic, and government research teams interested in medium-range and
23
  subseasonal-to-seasonal weather forecasting, and climate modeling.
24
 
25
+ ### References:
26
 
27
  **Papers**:
28
 
 
78
  libraries), the model achieves faster training and inference times compared to
79
  CPU-only solutions.
80
 
81
+ ## Software Integration:
82
 
83
  **Runtime Engine:** Pytorch <br>
84
  **Supported Hardware Microarchitecture Compatibility:** <br>
 
91
 
92
  - Linux <br>
93
 
94
+ ## Model Version:
95
 
96
  **Model Version:** v1 <br>
97
 
98
+ ## Training Dataset:
99
 
100
  **Link:** [ERA5](https://cds.climate.copernicus.eu/) <br>
101
 
 
112
  atmospheric, land, and oceanic climate variables. The data covers the Earth on a 30km
113
  grid and resolves the atmosphere at 137 levels. <br>
114
 
115
+ ## Testing Dataset:
116
 
117
  **Link:** [ERA5](https://cds.climate.copernicus.eu/) <br>
118
 
 
129
  atmospheric, land, and oceanic climate variables. The data covers the Earth on a 30km
130
  grid and resolves the atmosphere at 137 levels. <br>
131
 
132
+ ## Evaluation Dataset:
133
 
134
  **Link:** [ERA5](https://cds.climate.copernicus.eu/) <br>
135
 
 
146
  atmospheric, land, and oceanic climate variables. The data covers the Earth on a 30km
147
  grid and resolves the atmosphere at 137 levels. <br>
148
 
149
+ ## Inference:
150
 
151
  **Acceleration Engine:** Pytorch <br>
152
  **Test Hardware:**
 
155
  - H100 <br>
156
  - L40S <br>
157
 
158
+ ## Ethical Considerations:
159
 
160
  NVIDIA believes Trustworthy AI is a shared responsibility and we have established
161
  policies and practices to enable development for a wide array of AI applications.
config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "name": "fcn"
3
+ }
fcn.zip → fcn.mdlus RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a5e1ec27a8a6ec046ecccb7497ccdbc97045c83fe41f1f62aebf6069f2ff2956
3
- size 279597868
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:995cdfdc3b64330caade5518aff09e0ce8f941b4262f3f8eb792b6fea8b6423a
3
+ size 301168640
global_means.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd207b78084ad28387c1dc1110ac6db3bc85b25182433ce854ddb8968f219921
3
+ size 336
global_stds.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2adff90952d7980e1951e3b7688451dbb11b63eb04c1b43991e30b2d65e3dcb
3
+ size 336
metadata.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "entrypoint": {
3
+ "name": "earth2mip.networks.fcn:load"
4
+ }
5
+ }