Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,26 @@
|
|
1 |
---
|
2 |
-
# For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
|
3 |
-
# Doc / guide: https://huggingface.co/docs/hub/model-cards
|
4 |
license: cc-by-sa-4.0
|
5 |
-
|
6 |
-
|
|
|
7 |
---
|
8 |
|
9 |
-
#
|
10 |
|
11 |
<!-- Provide a quick summary of what the model is/does. -->
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
## Model Details
|
16 |
|
@@ -206,4 +216,4 @@ Lang, S., Alexe, M., Chantry, M., Dramsch, J., Pinault, F., Raoult, B., ... & Ra
|
|
206 |
|
207 |
## Model Card Contact
|
208 |
|
209 |
-
{{ model_card_contact | default("[More Information Needed]", true)}}
|
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-sa-4.0
|
3 |
+
metrics:
|
4 |
+
- mse
|
5 |
+
pipeline_tag: graph-ml
|
6 |
---
|
7 |
|
8 |
+
# AIFS Single - v0.2.1
|
9 |
|
10 |
<!-- Provide a quick summary of what the model is/does. -->
|
11 |
|
12 |
+
Here, we introduce the **Artificial Intelligence Forecasting System (AIFS)**, a data driven forecast
|
13 |
+
model developed by the European Centre for Medium-Range Weather Forecasts (ECMWF).
|
14 |
+
|
15 |
+
AIFS is based on a graph neural network (GNN) encoder and decoder, and a sliding window transformer processor,
|
16 |
+
and is trained on ECMWF’s ERA5 re-analysis and ECMWF’s operational numerical weather prediction (NWP) analyses.
|
17 |
+
It has a flexible and modular design and supports several levels of parallelism to enable training on
|
18 |
+
high resolution input data. AIFS forecast skill is assessed by comparing its forecasts to NWP analyses
|
19 |
+
and direct observational data.
|
20 |
+
|
21 |
+
We show that AIFS produces highly skilled forecasts for upper-air variables, surface weather parameters and
|
22 |
+
tropical cyclone tracks. AIFS is run four times daily alongside ECMWF’s physics-based NWP model and forecasts
|
23 |
+
are available to the public under ECMWF’s open data policy.
|
24 |
|
25 |
## Model Details
|
26 |
|
|
|
216 |
|
217 |
## Model Card Contact
|
218 |
|
219 |
+
{{ model_card_contact | default("[More Information Needed]", true)}}
|