Improve model card: Add pipeline tag, paper link, and sample usage
#1
by
nielsr
HF Staff
- opened
Hi! I'm Niels from the Hugging Face community team. I've opened this PR to enhance the discoverability and usability of the BitDance model card.
Specifically, this PR:
- Adds the
pipeline_tag: unconditional-image-generationto the YAML metadata, helping users find the model when filtering by task. - Includes
tags: image-generation, autoregressivefor better categorization. - Adds an explicit link to the paper on the Hugging Face Hub: BitDance: Scaling Autoregressive Generative Models with Binary Tokens.
- Integrates a "Sample Usage" section with a Python code snippet directly from the official GitHub repository, making it easier for users to get started with inference.
The existing license information and links to the project page and GitHub repository have been preserved.
Please let me know if you have any questions or feedback!