Add pipeline tag
Browse filesThis PR adds the `time-series-forecasting` pipeline tag to the model card metadata. This ensures that the model is correctly categorized and discoverable for users interested in forecasting tasks on the Hugging Face Hub.
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
library_name: pytorch
|
|
|
|
|
|
|
| 4 |
tags:
|
| 5 |
- weather
|
| 6 |
- weather-forecasting
|
|
@@ -10,6 +11,7 @@ tags:
|
|
| 10 |
- transformer
|
| 11 |
- probabilistic-forecasting
|
| 12 |
---
|
|
|
|
| 13 |
<p align="center">
|
| 14 |
<img src="figures_weather/mosaic_header.jpg" alt="Mosaic" width="70%">
|
| 15 |
</p>
|
|
@@ -247,4 +249,4 @@ If you use Mosaic, please cite:
|
|
| 247 |
year = {2026},
|
| 248 |
url = {https://arxiv.org/abs/2604.16429}
|
| 249 |
}
|
| 250 |
-
```
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
library_name: pytorch
|
| 3 |
+
license: cc-by-nc-4.0
|
| 4 |
+
pipeline_tag: time-series-forecasting
|
| 5 |
tags:
|
| 6 |
- weather
|
| 7 |
- weather-forecasting
|
|
|
|
| 11 |
- transformer
|
| 12 |
- probabilistic-forecasting
|
| 13 |
---
|
| 14 |
+
|
| 15 |
<p align="center">
|
| 16 |
<img src="figures_weather/mosaic_header.jpg" alt="Mosaic" width="70%">
|
| 17 |
</p>
|
|
|
|
| 249 |
year = {2026},
|
| 250 |
url = {https://arxiv.org/abs/2604.16429}
|
| 251 |
}
|
| 252 |
+
```
|