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
licensemetadata into the top YAML block. - Adding the
pipeline_tag: text-to-imageto 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.