Improve model card: Add pipeline tag, description, links, and citation for VisionTS++

#1
by nielsr HF Staff - opened

This PR significantly improves the model card for VisionTS++ by:

  • Adding the pipeline_tag: time-series-forecasting to enhance discoverability on the Hub.
  • Providing a comprehensive 'About' section, summarizing the model's innovations and capabilities.
  • Including direct links to the official paper, the GitHub repository, and the Hugging Face Space demo.
  • Adding clear installation instructions for the visionts package, with a reference to the demo.ipynb for inference examples.
  • Incorporating the BibTeX citation provided in the GitHub README.

Following the guidelines, a direct Python usage snippet is not included in the model card, as the provided GitHub README refers to demo.ipynb for inference code rather than displaying a snippet directly within its main content.

Lefei changed pull request status to merged
Owner

Thanks for your suggestions! I have merged your modifications.

Sign up or log in to comment