Update README.md
Browse filesUpdate the direct and out-of-scope uses
README.md
CHANGED
|
@@ -80,25 +80,26 @@ We present the ConvSwin2SR tranformer, a vision model for down-scaling (from 0.2
|
|
| 80 |
|
| 81 |
# Uses
|
| 82 |
|
| 83 |
-
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 84 |
|
| 85 |
## Direct Use
|
| 86 |
|
|
|
|
|
|
|
|
|
|
| 87 |
|
| 88 |
|
| 89 |
## Out-of-Scope Use
|
| 90 |
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
|
| 96 |
|
| 97 |
# Bias, Risks, and Limitations
|
| 98 |
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
|
| 103 |
|
| 104 |
|
|
@@ -110,8 +111,6 @@ Significant research has explored bias and fairness issues with language models
|
|
| 110 |
|
| 111 |
## Training Data
|
| 112 |
|
| 113 |
-
<!-- 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. -->
|
| 114 |
-
|
| 115 |
The dataset used is a composition of the ERA5 and CERRA reanalysis.
|
| 116 |
|
| 117 |
The spatial coverage of the input grids (ERA5) is defined below, and corresponds to a 2D array of dimensions (60, 44):
|
|
@@ -132,8 +131,6 @@ The data samples used for training corresponds to the period from 1985 and 2013
|
|
| 132 |
|
| 133 |
## Training Procedure
|
| 134 |
|
| 135 |
-
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 136 |
-
|
| 137 |
### Preprocessing
|
| 138 |
|
| 139 |
The preprocessing of climate datasets ERA5 and CERRA, extracted from the Climate Data Store (CDS), is a critical step before their utilization in training models.
|
|
|
|
| 80 |
|
| 81 |
# Uses
|
| 82 |
|
|
|
|
| 83 |
|
| 84 |
## Direct Use
|
| 85 |
|
| 86 |
+
The primary use of the ConvSwin2SR transformer is to enhance the resolution of regional reanalysis grids in the Mediterranean area. This enhancement is
|
| 87 |
+
crucial for more precise climate studies, which can aid in better decision-making for various stakeholders including policymakers,
|
| 88 |
+
researchers, and weather-dependent industries like agriculture, energy, and transportation.
|
| 89 |
|
| 90 |
|
| 91 |
## Out-of-Scope Use
|
| 92 |
|
| 93 |
+
The model is specifically designed for down-scaling regional reanalysis grids and may not perform well or provide accurate results for other types of
|
| 94 |
+
imaging tasks or geographical regions. Additionally, any use that relies on real-time or near real-time data processing may not be suitable due to the
|
| 95 |
+
computational demands of the model.
|
|
|
|
| 96 |
|
| 97 |
|
| 98 |
# Bias, Risks, and Limitations
|
| 99 |
|
| 100 |
+
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)
|
| 101 |
+
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
|
| 102 |
+
across protected classes; identity characteristics; and sensitive, social, and occupational groups.
|
| 103 |
|
| 104 |
|
| 105 |
|
|
|
|
| 111 |
|
| 112 |
## Training Data
|
| 113 |
|
|
|
|
|
|
|
| 114 |
The dataset used is a composition of the ERA5 and CERRA reanalysis.
|
| 115 |
|
| 116 |
The spatial coverage of the input grids (ERA5) is defined below, and corresponds to a 2D array of dimensions (60, 44):
|
|
|
|
| 131 |
|
| 132 |
## Training Procedure
|
| 133 |
|
|
|
|
|
|
|
| 134 |
### Preprocessing
|
| 135 |
|
| 136 |
The preprocessing of climate datasets ERA5 and CERRA, extracted from the Climate Data Store (CDS), is a critical step before their utilization in training models.
|