Enhance model card with pipeline tag, library name, and explicit paper link

#1
by nielsr HF Staff - opened

This PR improves the model card for Kairos-50M by making the following enhancements:

  • Added pipeline_tag: time-series-forecasting to the YAML metadata: This ensures the model is correctly categorized on the Hugging Face Hub and improves its discoverability for users looking for time series forecasting models.
  • Added library_name: transformers to the YAML metadata: Evidence from config.json ("transformers_version": "4.56.1") and the usage of AutoModel.from_pretrained(..., trust_remote_code=True) in the provided code snippet confirm compatibility with the Hugging Face transformers library. This enables the automated "how to use" widget, providing a convenient way for users to interact with the model.
  • Added an explicit link to the paper in the content: A direct link to the Hugging Face paper page for "Kairos: Towards Adaptive and Generalizable Time Series Foundation Models" has been added at the top of the model card's content, following best practices for documenting the originating paper. The existing arXiv badge remains.
GritLs changed pull request status to merged

Sign up or log in to comment