Improve model card: Add pipeline tag, library name, and explicit links

#1
by nielsr HF Staff - opened

This PR enhances the model card by:

  • Adding the pipeline_tag: text-generation to the metadata, which improves discoverability on the Hugging Face Hub (e.g., https://huggingface.co/models?pipeline_tag=text-generation).
  • Specifying library_name: transformers in the metadata to enable the "How to use" widget on the model page, given the model's compatibility with the Transformers library.
  • Adding explicit links to the paper, project page, and GitHub repository at the top of the README content for easy access and navigation.
  • Updating the existing paper link within the introductory text to point to the official Hugging Face Papers page.

These changes provide more comprehensive and accessible information for users interacting with the model.

Kyle1668 changed pull request status to merged

Sign up or log in to comment