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

#1
by nielsr HF Staff - opened

This PR enhances the model card by:

  • Adding pipeline_tag: image-text-to-text to improve discoverability on the Hugging Face Hub.
  • Specifying library_name: transformers to enable the automated "how to use" widget, as the model demonstrates compatibility with the 🤗 Transformers library.
  • Including language: en as an additional tag, reflecting the primary language of the model and its documentation.
  • Adding explicit "Paper" and "Code" sections with links to the arXiv paper and the GitHub repository, respectively, for clearer navigation.
    The existing "QuickStart" section containing sample usage code snippets is preserved.
yl-1993 changed pull request status to merged

Sign up or log in to comment