Improve model card: Add audio pipeline tag and comprehensive details
#2
by
nielsr
HF Staff
- opened
This PR significantly improves the model card for SimVQ, the model from the paper Addressing Representation Collapse in Vector Quantized Models with One Linear Layer.
Key updates include:
- Adding the
pipeline_tag: audio-to-audioto enable better discovery on the Hub, as the model demonstrates strong performance on audio tasks. - Linking to the official paper and GitHub repository for easy access to research and code.
- Populating the model card with details from the GitHub README, such as a summary of the approach, quantitative comparison tables, and reconstruction visualizations, to provide a comprehensive overview of the model's capabilities and implementation.
This update aims to make the model more discoverable and understandable for the Hugging Face community.
Please review and merge if everything looks good!