Add `pipeline_tag`, `library_name`, and GitHub badge to model card
#1
by
nielsr HF Staff - opened
This PR enhances the Uni-MoE-2.0-Image model card by adding key metadata and improving navigation:
pipeline_tag: text-to-image: This makes the model discoverable under the text-to-image pipeline filter on the Hugging Face Hub, accurately reflecting its primary function as a visual generation model.library_name: transformers: This indicates compatibility with the Hugging Face Transformers library, enabling the automated "how to use" widget on the model page for convenient code snippets.- GitHub badge: A direct link to the main GitHub repository (
https://github.com/HITsz-TMG/Uni-MoE) has been added as a prominent badge at the top of the model card, improving accessibility for users looking for the project's code.
All existing descriptive content, including the paper link, project page link, and usage examples, remains unchanged to preserve the original author's information and adhere to best practices.