Add pipeline tag, library name and paper link to model card
#1
by
nielsr HF Staff - opened
Hi! I'm Niels, part of the community science team at Hugging Face. I noticed this model card was missing some metadata and links to the research artifacts.
This PR improves the model card by:
- Adding the
pipeline_tag: image-text-to-textfor better discoverability of this multimodal model. - Adding
library_name: transformersas the model is compatible with the library viaauto_map. - Setting the
licensetootherto reflect the custom Yuan 3.0 agreement. - Adding links to the research paper and the official GitHub repository at the top of the content.
This will help users find your model when filtering by task and will enable the "Use in Transformers" button on the Hub.