Improve model card: Add metadata, paper/project/code links, and abstract

#1
by nielsr HF Staff - opened

This PR enhances the model card by:

  • Adding the pipeline_tag: text-generation to ensure the model appears in relevant searches on the Hugging Face Hub (e.g., https://huggingface.co/models?pipeline_tag=text-generation).
  • Specifying library_name: transformers, which enables the interactive "How to use" widget on the model page.
  • Adding explicit links to the official Hugging Face paper, the project page, and the GitHub repository at the top of the card for easy access to related resources.
  • Including the paper's abstract directly in the model card to provide an immediate overview of the model's research context and purpose.
  • Slightly improving the quickstart code snippet for readability.
  • Removing the "File information" section, which is internal metadata and not typically part of a public model card.

These updates aim to improve the model's discoverability, usability, and completeness on the Hugging Face Hub.

Kyle1668 changed pull request status to merged

Sign up or log in to comment