Improve model card: Add pipeline tag, paper and code links, and comprehensive details
#7
by
nielsr
HF Staff
- opened
This PR enhances the model card for the SimVQ model by adding crucial metadata and comprehensive content.
Key changes include:
- Adding the
pipeline_tag: audio-to-audiofor improved discoverability on the Hugging Face Hub (e.g., https://huggingface.co/models?pipeline_tag=audio-to-audio). - Including a link to the paper: Addressing Representation Collapse in Vector Quantized Models with One Linear Layer.
- Adding a link to the official GitHub repository: https://github.com/youngsheen/SimVQ.
- Enriching the content with the paper's abstract, algorithm details, quantitative comparison tables for both image and audio tasks, reconstruction visualizations, implementation guidance, acknowledgments, and a BibTeX citation.
Please review and merge this PR.