Improve model card: Add pipeline tag, abstract summary, and usage info

#1
by nielsr HF Staff - opened

This PR improves the model card for DeCo by:

  • Consolidating the license metadata into the top YAML block.
  • Adding the pipeline_tag: text-to-image to the metadata, which aligns with the model's capabilities and improves discoverability on the Hugging Face Hub.
  • Adding a link to the Hugging Face paper page.
  • Including a concise "Abstract Summary" to provide a quick overview of the paper's contributions.
  • Integrating important sections from the GitHub repository's README, such as "DCT Spectral Analysis", "Visualizations", "Checkpoints", "Online Demos", "Usages", and "Acknowledgement", to provide a more comprehensive model card.
  • Ensuring that all sample usage code snippets are directly from the original GitHub README, as per guidelines.
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment