jpxkqx commited on
Commit
6a6d838
1 Parent(s): ce60f94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +209 -0
README.md CHANGED
@@ -1,3 +1,212 @@
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: transformers
11
+ pipeline_tag: image-to-image
12
+ tags:
13
+ - climate
14
+ - transformers
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
+ - [Technical Specifications [optional]](#technical-specifications-optional)
61
+ - [Model Architecture and Objective](#model-architecture-and-objective)
62
+ - [Compute Infrastructure](#compute-infrastructure)
63
+ - [Hardware](#hardware)
64
+ - [Software](#software)
65
+ - [Authors](#authors)
66
+
67
+ # Model Details
68
+
69
+ ## Model Description
70
+
71
+ <!-- Provide a longer summary of what this model is/does. -->
72
+ Some cool model...
73
+
74
+ - **Developed by:** More information needed
75
+ - **Shared by [Optional]:** More information needed
76
+ - **Model type:** Language model
77
+ - **Language(s) (NLP):** en, es
78
+ - **License:** apache-2.0
79
+ - **Parent Model:** More information needed
80
+ - **Resources for more information:** More information needed
81
+ - [GitHub Repo](https://github.com/ECMWFCode4Earth/DeepR)
82
+
83
+
84
+ # Uses
85
+
86
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
87
+
88
+ ## Direct Use
89
+
90
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
91
+ <!-- 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." -->
92
+
93
+
94
+
95
+
96
+ ## Downstream Use [Optional]
97
+
98
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
99
+ <!-- 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." -->
100
+
101
+
102
+
103
+
104
+ ## Out-of-Scope Use
105
+
106
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
107
+ <!-- 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." -->
108
+
109
+
110
+
111
+
112
+ # Bias, Risks, and Limitations
113
+
114
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
115
+
116
+ 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.
117
+
118
+
119
+ ## Recommendations
120
+
121
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
122
+
123
+
124
+
125
+
126
+
127
+ # Training Details
128
+
129
+ ## Training Data
130
+
131
+ <!-- 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. -->
132
+
133
+ More information on training data needed
134
+
135
+
136
+ ## Training Procedure
137
+
138
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
139
+
140
+ ### Preprocessing
141
+
142
+ More information needed
143
+
144
+ ### Speeds, Sizes, Times
145
+
146
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
147
+
148
+ More information needed
149
+
150
+ # Evaluation
151
+
152
+ <!-- This section describes the evaluation protocols and provides the results. -->
153
+
154
+ ## Testing Data, Factors & Metrics
155
+
156
+ ### Testing Data
157
+
158
+ <!-- This should link to a Data Card if possible. -->
159
+
160
+ More information needed
161
+
162
+
163
+ ### Factors
164
+
165
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
166
+
167
+ More information needed
168
+
169
+ ### Metrics
170
+
171
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
172
+
173
+ More information needed
174
+
175
+ ## Results
176
+
177
+ More information needed
178
+
179
+ # Model Examination
180
+
181
+ More information needed
182
+
183
+
184
+ # Technical Specifications [optional]
185
+
186
+ ## Model Architecture and Objective
187
+
188
+ More information needed
189
+
190
+ ## Compute Infrastructure
191
+
192
+ More information needed
193
+
194
+ ### Hardware
195
+
196
+ More information needed
197
+
198
+ ### Software
199
+
200
+ More information needed
201
+
202
+
203
+
204
+ ### Authors
205
+
206
+ <!-- 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. -->
207
+
208
+ - Mario Santa Cruz
209
+
210
+ - Antonio Pérez
211
+
212
+ - Javier Díez