Graph Machine Learning
AnemoI
English
jpxkqx hcookie129 commited on
Commit
a939a81
1 Parent(s): 57542f7

Update README.md (#1)

Browse files

- Update README.md (ee601abae41ded4b1868e412ec28f5d589e9f5bf)


Co-authored-by: Harrison Cook <hcookie129@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -3,6 +3,8 @@ license: cc-by-4.0
3
  metrics:
4
  - mse
5
  pipeline_tag: graph-ml
 
 
6
  ---
7
 
8
  # AIFS Single - v0.2.1
@@ -50,7 +52,7 @@ To view a copy of this licence, visit https://creativecommons.org/licenses/by/4.
50
 
51
 
52
  - **Repository:** [Anemoi](https://anemoi-docs.readthedocs.io/en/latest/index.html)
53
- Anemoi is an open-source framework for creating machine learning (ML) weather forecasting systems, which ECMWF and a range of national meteorological services across Europe have co-developed.
54
  - **Paper:** https://arxiv.org/pdf/2406.01465
55
 
56
  ## How to Get Started with the Model
@@ -64,7 +66,7 @@ step-by-step workflow is specified to run the AIFS using the HuggingFace model:
64
  - Get the data from the [ECMWF Open Data API](https://www.ecmwf.int/en/forecasts/datasets/open-data)
65
  - Get input fields
66
  - Add the single levels fields and pressure levels fields
67
- - Convert geopotential height into greopotential
68
  - Create the initial state
69
  3. **Load the Model and Run the Forecast**
70
  - Download the Model's Checkpoint from Hugging Face
@@ -220,5 +222,4 @@ Lang, S., Alexe, M., Chantry, M., Dramsch, J., Pinault, F., Raoult, B., ... & Ra
220
 
221
  ## More Information
222
 
223
- [More Information Needed](https://arxiv.org/pdf/2406.01465)
224
-
 
3
  metrics:
4
  - mse
5
  pipeline_tag: graph-ml
6
+ language:
7
+ - en
8
  ---
9
 
10
  # AIFS Single - v0.2.1
 
52
 
53
 
54
  - **Repository:** [Anemoi](https://anemoi-docs.readthedocs.io/en/latest/index.html)
55
+ is an open-source framework for creating machine learning (ML) weather forecasting systems, which ECMWF and a range of national meteorological services across Europe have co-developed.
56
  - **Paper:** https://arxiv.org/pdf/2406.01465
57
 
58
  ## How to Get Started with the Model
 
66
  - Get the data from the [ECMWF Open Data API](https://www.ecmwf.int/en/forecasts/datasets/open-data)
67
  - Get input fields
68
  - Add the single levels fields and pressure levels fields
69
+ - Convert geopotential height into geopotential
70
  - Create the initial state
71
  3. **Load the Model and Run the Forecast**
72
  - Download the Model's Checkpoint from Hugging Face
 
222
 
223
  ## More Information
224
 
225
+ [More Information Needed](https://arxiv.org/pdf/2406.01465)