Add pipeline tag, library name, and abstract to model card

#1
by nielsr HF Staff - opened

This PR improves the model card for T2I-R1 by:

  • Adding the pipeline_tag: text-to-image to the metadata, which significantly enhances the model's discoverability on the Hugging Face Hub for users filtering by this specific pipeline.
  • Adding library_name: transformers to the metadata. The presence of config.json and a transformers_version suggests compatibility with the Hugging Face Transformers library, allowing users to more easily integrate the model.
  • Including the paper's abstract in the content section. This provides immediate, comprehensive context about the model's objectives, approach, and key findings directly on the model page, making it more informative for visitors.
  • The existing arXiv paper link has been retained as per instructions.

Thanks for enhancing!

CaraJ changed pull request status to merged

Sign up or log in to comment