Enhance model card with description, links, pipeline tag, and implementation details
#3
by
nielsr
HF Staff
- opened
This PR enriches the model card for the SimVQ model by:
- Adding a descriptive overview of the model from its paper's abstract.
- Linking to the official paper: Addressing Representation Collapse in Vector Quantized Models with One Linear Layer.
- Providing a direct link to the GitHub repository: https://github.com/youngsheen/SimVQ.
- Including the
pipeline_tag: audio-to-audioto improve model discoverability on the Hugging Face Hub, as the model demonstrates strong performance on audio tasks. - Incorporating installation, training, evaluation instructions, quantitative results, and visualization examples directly from the GitHub README to provide practical usage information.
The library_name is not added as there is no direct evidence of compatibility with standard Hugging Face libraries for automated code snippets.
Please review these additions and merge if they meet the community guidelines.