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-textto improve discoverability on the Hugging Face Hub. - Specifying
library_name: transformersto enable the automated "how to use" widget, as the model demonstrates compatibility with the 🤗 Transformers library. - Including
language: enas 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