Improve model card: Add pipeline_tag, library_name, and paper link

#1
by nielsr HF Staff - opened

This PR enhances the model card by:

  • Adding pipeline_tag: text-generation to improve discoverability on the Hub for LLM-based models.
  • Adding library_name: transformers as the config.json indicates compatibility with the Transformers library, enabling an automated "How to use" code snippet.
  • Adding an explicit text link to the Hugging Face paper page after the introductory sentence, making the primary paper reference more prominent. The existing arXiv badge link remains unchanged.

These changes make the model card more informative and user-friendly for the community.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment