jpxkqx commited on
Commit
6453294
1 Parent(s): 48cb0bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +221 -0
README.md CHANGED
@@ -1,3 +1,224 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - openclimatefix/era5
5
+ language:
6
+ - es
7
+ - en
8
+ metrics:
9
+ - mse
10
+ library_name: diffusers
11
+ pipeline_tag: image-to-image
12
+ tags:
13
+ - climate
14
+ - diffusers
15
+ - super-resolution
16
  ---
17
+
18
+
19
+ # Europe Reanalysis Super Resolution
20
+
21
+ The aim of the project is to create a Machine learning (ML) model that can generate high-resolution regional reanalysis data (similar to the one produced by CERRA) by downscaling global reanalysis data from ERA5.
22
+
23
+
24
+ This will be accomplished by using state-of-the-art Deep Learning (DL) techniques like U-Net, conditional GAN, and diffusion models (among others). Additionally, an ingestion module will be implemented to assess the possible benefit of using CERRA pseudo-observations as extra predictors. Once the model is designed and trained, a detailed validation framework takes the place.
25
+
26
+
27
+ It combines classical deterministic error metrics with in-depth validations, including time series, maps, spatio-temporal correlations, and computer vision metrics, disaggregated by months, seasons, and geographical regions, to evaluate the effectiveness of the model in reducing errors and representing physical processes. This level of granularity allows for a more comprehensive and accurate assessment, which is critical for ensuring that the model is effective in practice.
28
+
29
+
30
+ Moreover, tools for interpretability of DL models can be used to understand the inner workings and decision-making processes of these complex structures by analyzing the activations of different neurons and the importance of different features in the input data.
31
+
32
+ This work is funded by [Code for Earth 2023](https://codeforearth.ecmwf.int/) initiative.
33
+
34
+
35
+
36
+ # Table of Contents
37
+
38
+ - [Model Card for Europe Reanalysis Super Resolution](#model-card-for--model_id-)
39
+ - [Table of Contents](#table-of-contents)
40
+ - [Model Details](#model-details)
41
+ - [Model Description](#model-description)
42
+ - [Uses](#uses)
43
+ - [Direct Use](#direct-use)
44
+ - [Downstream Use [Optional]](#downstream-use-optional)
45
+ - [Out-of-Scope Use](#out-of-scope-use)
46
+ - [Bias, Risks, and Limitations](#bias-risks-and-limitations)
47
+ - [Recommendations](#recommendations)
48
+ - [Training Details](#training-details)
49
+ - [Training Data](#training-data)
50
+ - [Training Procedure](#training-procedure)
51
+ - [Preprocessing](#preprocessing)
52
+ - [Speeds, Sizes, Times](#speeds-sizes-times)
53
+ - [Evaluation](#evaluation)
54
+ - [Testing Data, Factors & Metrics](#testing-data-factors--metrics)
55
+ - [Testing Data](#testing-data)
56
+ - [Factors](#factors)
57
+ - [Metrics](#metrics)
58
+ - [Results](#results)
59
+ - [Model Examination](#model-examination)
60
+ - [Environmental Impact](#environmental-impact)
61
+ - [Technical Specifications [optional]](#technical-specifications-optional)
62
+ - [Model Architecture and Objective](#model-architecture-and-objective)
63
+ - [Compute Infrastructure](#compute-infrastructure)
64
+ - [Hardware](#hardware)
65
+ - [Software](#software)
66
+ - [Authors](#authors)
67
+
68
+ # Model Details
69
+
70
+ ## Model Description
71
+
72
+ <!-- Provide a longer summary of what this model is/does. -->
73
+ Some cool model...
74
+
75
+ - **Developed by:** More information needed
76
+ - **Shared by [Optional]:** More information needed
77
+ - **Model type:** Language model
78
+ - **Language(s) (NLP):** en, es
79
+ - **License:** apache-2.0
80
+ - **Parent Model:** More information needed
81
+ - **Resources for more information:** More information needed
82
+ - [GitHub Repo](https://github.com/ECMWFCode4Earth/DeepR)
83
+
84
+
85
+ # Uses
86
+
87
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
88
+
89
+ ## Direct Use
90
+
91
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
92
+ <!-- If the user enters content, print that. If not, but they enter a task in the list, use that. If neither, say "more info needed." -->
93
+
94
+
95
+
96
+
97
+ ## Downstream Use [Optional]
98
+
99
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
100
+ <!-- If the user enters content, print that. If not, but they enter a task in the list, use that. If neither, say "more info needed." -->
101
+
102
+
103
+
104
+
105
+ ## Out-of-Scope Use
106
+
107
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
108
+ <!-- If the user enters content, print that. If not, but they enter a task in the list, use that. If neither, say "more info needed." -->
109
+
110
+
111
+
112
+
113
+ # Bias, Risks, and Limitations
114
+
115
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
116
+
117
+ Significant research has explored bias and fairness issues with language models (see, e.g., [Sheng et al. (2021)](https://aclanthology.org/2021.acl-long.330.pdf) and [Bender et al. (2021)](https://dl.acm.org/doi/pdf/10.1145/3442188.3445922)). Predictions generated by the model may include disturbing and harmful stereotypes across protected classes; identity characteristics; and sensitive, social, and occupational groups.
118
+
119
+
120
+ ## Recommendations
121
+
122
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
123
+
124
+
125
+
126
+
127
+
128
+ # Training Details
129
+
130
+ ## Training Data
131
+
132
+ <!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
133
+
134
+ More information on training data needed
135
+
136
+
137
+ ## Training Procedure
138
+
139
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
140
+
141
+ ### Preprocessing
142
+
143
+ More information needed
144
+
145
+ ### Speeds, Sizes, Times
146
+
147
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
148
+
149
+ More information needed
150
+
151
+ # Evaluation
152
+
153
+ <!-- This section describes the evaluation protocols and provides the results. -->
154
+
155
+ ## Testing Data, Factors & Metrics
156
+
157
+ ### Testing Data
158
+
159
+ <!-- This should link to a Data Card if possible. -->
160
+
161
+ More information needed
162
+
163
+
164
+ ### Factors
165
+
166
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
167
+
168
+ More information needed
169
+
170
+ ### Metrics
171
+
172
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
173
+
174
+ More information needed
175
+
176
+ ## Results
177
+
178
+ More information needed
179
+
180
+ # Model Examination
181
+
182
+ More information needed
183
+
184
+ # Environmental Impact
185
+
186
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
187
+
188
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
189
+
190
+ - **Hardware Type:** More information needed
191
+ - **Hours used:** More information needed
192
+ - **Cloud Provider:** More information needed
193
+ - **Compute Region:** More information needed
194
+ - **Carbon Emitted:** More information needed
195
+
196
+ # Technical Specifications [optional]
197
+
198
+ ## Model Architecture and Objective
199
+
200
+ More information needed
201
+
202
+ ## Compute Infrastructure
203
+
204
+ More information needed
205
+
206
+ ### Hardware
207
+
208
+ More information needed
209
+
210
+ ### Software
211
+
212
+ More information needed
213
+
214
+
215
+
216
+ ### Authors
217
+
218
+ <!-- This section provides another layer of transparency and accountability. Whose views is this model card representing? How many voices were included in its construction? Etc. -->
219
+
220
+ - Mario Santa Cruz
221
+
222
+ - Antonio Pérez
223
+
224
+ - Javier Díez