Add metadata, link to paper and code (#1)
Browse files- Add metadata, link to paper and code (2b903a778f50746d53034288ffc3a701aaa0aef8)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: diffusers
|
| 4 |
+
pipeline_tag: time-series-forecasting
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This repository contains the LaDCast model presented in [LaDCast: A Latent Diffusion Model for Medium-Range Ensemble Weather Forecasting](https://huggingface.co/papers/2506.09193).
|
| 8 |
+
|
| 9 |
+
For code and sample usage, see https://github.com/tonyzyl/ladcast.git.
|