Add `pipeline_tag` and `library_name` to model card

#1
by nielsr HF Staff - opened

This PR enhances the model card for Kairos-10M by adding the following metadata:

  • pipeline_tag: time-series-forecasting: This improves the model's discoverability on the Hugging Face Hub by categorizing it under the appropriate task.
  • library_name: transformers: This indicates compatibility with the Hugging Face transformers library, enabling the automated "How to use" widget and providing users with a direct code snippet for loading the model. Evidence for transformers compatibility comes from the AutoModel.from_pretrained usage in the code snippet and the transformers_version in the config.json.

The existing model card content, including paper links, GitHub repository, project page, and sample usage, remains unchanged as it is already comprehensive and accurate.

GritLs changed pull request status to merged

Sign up or log in to comment