Improve model card: Add pipeline, library, license, and relevant tags
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Populating the metadata YAML block at the top of the README.md.
- Adding the
pipeline_tag: image-to-imagefor better discoverability on the Hugging Face Hub, as this model focuses on visual tokenization and reconstruction. - Specifying
library_name: diffusersandlicense: mit, which are common for visual models of this type. - Including additional
tagssuch asvisual-tokenizationandimage-reconstructionto further enhance discoverability and categorization.
The existing arXiv and GitHub links in the model card content have been preserved as they are already correct and the task instructions advise against replacing existing arXiv links if present.