Improve model card: Add pipeline tag, library, project page, abstract, visuals, and usage example

#1
by nielsr HF Staff - opened

This PR significantly enhances the model card for MMaDA-Parallel-A by:

  • Adding pipeline_tag: any-to-any to accurately reflect its multimodal generation and editing capabilities, improving discoverability on the Hub.
  • Specifying library_name: transformers based on the transformers_version and auto_map entries found in the config.json file, indicating compatibility with the Hugging Face Transformers library.
  • Including a link to the official project website: https://tyfeld.github.io/mmadaparellel.github.io/.
  • Adding the full paper abstract for a comprehensive overview of the model.
  • Embedding relevant architectural and results images from the GitHub repository for better visualization.
  • Integrating a practical "Quick Start" section with a bash command snippet directly from the GitHub README to demonstrate inference for MMaDA-Parallel-A. This ensures the usage example is accurate and directly sourced.

These additions will make the model more discoverable, easier to understand, and provide clearer guidance for users.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment