Update model card for InfinityCC: Spherical Leech Quantization
#5
by
nielsr
HF Staff
- opened
This PR addresses a misattribution in the model card by completely rewriting its content to correctly associate this repository with the paper "Spherical Leech Quantization for Visual Tokenization and Generation" (arXiv:2512.14697). The repository InfinityCC (from GitHub user zhaoyue-zephyrus) implements concepts from this paper for class-conditioned image generation.
Changes include:
- Correcting the model card title to reflect
InfinityCCand the associated paper. - Linking to the official Hugging Face paper page: https://huggingface.co/papers/2512.14697
- Linking to the project page: https://cs.stanford.edu/~yzz/npq/
- Linking to the GitHub repository: https://github.com/zhaoyue-zephyrus/InfinityCC
- Incorporating installation instructions and performance results directly from the GitHub README.
- Updating the citation information for the correct paper.
- Adding the
pipeline_tag: text-to-imageto improve discoverability on the Hugging Face Hub. - Removing all content and badges related to the "Infinity: Scaling Bitwise AutoRegressive Modeling" paper (arXiv:2412.04431), which was incorrectly featured previously.
Please review and merge this PR to ensure the model card accurately represents the artifact.