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

#1
by nielsr HF Staff - opened

This PR enhances the model card for the Deep Ignorance model suite by:

  • Adding pipeline_tag: text-generation to the metadata, ensuring the model appears in relevant searches on the Hugging Face Hub and enables the interactive inference widget.
  • Adding library_name: transformers to the metadata, which activates the "how to use" section with direct code snippets for the transformers library.
  • Including the paper abstract for a quick overview of the research directly in the model card.
  • Adding explicit links to the paper (using the Hugging Face Papers URL), the project page, and the GitHub repository for easier navigation and access to further resources.
  • Correcting the misleading paper link in the introductory paragraph to point to the actual paper.

Please review and merge if these updates are satisfactory!

EleutherAI org

Thank you, Niels :)

Kyle1668 changed pull request status to merged

Sign up or log in to comment