Update README.md

This commit is contained in:
Lingxi Xie
2023-02-19 17:06:27 +08:00
committed by GitHub
parent 04c8ad3b82
commit d4c397fba0
+29
View File
@@ -1,3 +1,32 @@
## Pangu-Weather
This is the official repository for the Pangu-Weather paper.
Resources including pseudocode and pre-trained models will be updated. Stay tuned!
#### Policy of using the contents
All models are trained using the ERA5 dataset provided by ECMWF. Please follow their policy and note that commercial use of these models are forbidden.
More policy to be updated.
#### Pseudocode and how to use
To be updated.
#### Pre-trained models
To be updated.
#### References
If you use the resource in your research, please cite our paper:
```
@article{bi2022pangu,
title={Pangu-Weather: A 3D High-Resolution Model for Fast and Accurate Global Weather Forecast},
author={Bi, Kaifeng and Xie, Lingxi and Zhang, Hengheng and Chen, Xin and Gu, Xiaotao and Tian, Qi},
journal={arXiv preprint arXiv:2211.02556},
year={2022}
}
```