Instructions to use ecmwf/aifs-single-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- AnemoI
How to use ecmwf/aifs-single-1.0 with AnemoI:
from anemoi.inference.runners.default import DefaultRunner from anemoi.inference.config.run import RunConfiguration # Create Configuration config = RunConfiguration(checkpoint = {"huggingface":"ecmwf/aifs-single-1.0"}) # Load Runner runner = DefaultRunner(config) - Notebooks
- Google Colab
- Kaggle
License for notebook?
Hello and thank you for publishing this fantastic resource!
The model card notes that the weights are licensed CC-BY.
What about the example notebook (run_AIFS_v1.ipynb)? Is it also CC-BY?
Hi,
All files in the repo are licensed CC-BY-4.0, so the notebook is as well.
Hopefully that answers your question
Thanks for your reply. CC licenses are not recommend for software by creative commons itself: https://creativecommons.org/faq/#can-i-apply-a-creative-commons-license-to-software
We recommend against using Creative Commons licenses for software. Instead, we strongly encourage you to use one of the very good software licenses which are already available.
Would it be possible to relicense the notebook as Apache 2.0, MIT, etc?
Thank you for pointing this out, we discussed it internally.
As we publish anemoi as Apache 2.0 we agreed the notebook and scripts within this repo should be as well.
You will find the README to be updated and the metadata in the notebook changed.
Fantastic, thank you so much!