Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,65 @@ datasets:
|
|
| 4 |
- openclimatefix/nimrod-uk-1km
|
| 5 |
tags:
|
| 6 |
- climate
|
| 7 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- openclimatefix/nimrod-uk-1km
|
| 5 |
tags:
|
| 6 |
- climate
|
| 7 |
+
---
|
| 8 |
+
# Model Card for Model ID
|
| 9 |
+
|
| 10 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 11 |
+
This model is used to do weather forecasting using deep learning.
|
| 12 |
+
|
| 13 |
+
## Model Details
|
| 14 |
+
|
| 15 |
+
### Model Description
|
| 16 |
+
|
| 17 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
- **Developed by:** Adrien Bufort
|
| 22 |
+
- **Model type:** VAE / video generation model
|
| 23 |
+
- **License:** Apache 2.0
|
| 24 |
+
|
| 25 |
+
### Model Sources [optional]
|
| 26 |
+
|
| 27 |
+
<!-- Provide the basic links for the model. -->
|
| 28 |
+
|
| 29 |
+
- **Repository:** https://github.com/Forbu/meteolibre_model
|
| 30 |
+
- **Paper [optional]:** in the future
|
| 31 |
+
- **Demo [optional]:** in the future
|
| 32 |
+
|
| 33 |
+
## Uses
|
| 34 |
+
|
| 35 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 36 |
+
Use to do weather forecasting
|
| 37 |
+
|
| 38 |
+
|
| 39 |
+
## Bias, Risks, and Limitations
|
| 40 |
+
|
| 41 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 42 |
+
THIS IS NOT A CLIMATE MODEL FORECAST
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
### Training Data
|
| 46 |
+
|
| 47 |
+
<!-- This should link to a Dataset 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. -->
|
| 48 |
+
Firstly we use the openclimatefix/nimrod-uk-1km dataset from openclimatefix
|
| 49 |
+
|
| 50 |
+
|
| 51 |
+
## Evaluation
|
| 52 |
+
|
| 53 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 54 |
+
TO BE DONE IN THE FUTURE
|
| 55 |
+
|
| 56 |
+
|
| 57 |
+
### Model Architecture and Objective
|
| 58 |
+
|
| 59 |
+
Here we will use the classic autoencoder encoder => transformer => decoder architecture.
|
| 60 |
+
|
| 61 |
+
### Compute Infrastructure
|
| 62 |
+
|
| 63 |
+
We use lightning studio to train the models :
|
| 64 |
+
https://lightning.ai/
|
| 65 |
+
|
| 66 |
+
## Model Card Authors [optional]
|
| 67 |
+
|
| 68 |
+
Adrien Bufort
|