Improve model card: Add pipeline tag, library, paper, and code links

#1
by nielsr HF Staff - opened

This PR enhances the model card by:

  • Adding the pipeline_tag: text-generation to ensure better discoverability on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=text-generation).
  • Specifying library_name: transformers to enable the "How to use" widget, as the model is compatible with the Transformers library.
  • Adding explicit links to the paper, code repository, and project page at the top of the README.
  • Updating a misleading "see paper" link to "see project page" to accurately reflect its destination.
Kyle1668 changed pull request status to merged

Sign up or log in to comment