Update model card with Chronos-2 paper link, GitHub repo, `transformers` tag, and full citation
#2
by
nielsr
HF Staff
- opened
This PR updates the model card for chronos-bolt-tiny to reflect the latest information and improve its discoverability and utility on the Hugging Face Hub.
Specifically, it:
- Adds
library_name: transformersto the metadata, enabling the automated "Load with Transformers" usage widget, as the model is based on the T5 architecture and uses the Transformers library. - Adds a prominent link to the Chronos-2: From Univariate to Universal Forecasting paper at the top of the model card, as this is the paper in which the model was presented.
- Adds a direct link to the Chronos Forecasting GitHub repository for easy access to the code.
- Updates the
Citationsection to include both the original Chronos paper and the Chronos-2 paper, aligning with the comprehensive citation provided in the GitHub repository's README.
These changes enhance the model card's completeness and help users better understand and utilize the model.