Improve model card for VoiceCraft-X
#1
by nielsr HF Staff - opened
This PR significantly enhances the model card for VoiceCraft-X by:
- Adding the
pipeline_tag: text-to-speechto enable discoverability on the Hugging Face Hub, as the model performs Text-to-Speech synthesis. - Including
library_name: transformersin the metadata, justified by theconfig.jsonfile which indicates the architecture asQwen3ForCausalLM, a model type supported by the Transformers library. This will enable an automated usage widget. - Providing direct links to the official paper (VoiceCraft-X: Unifying Multilingual, Voice-Cloning Speech Synthesis and Speech Editing), the project page (https://zhishengzheng.com/voicecraft-x/), and the GitHub repository (https://github.com/zszheng147/VoiceCraft-X).
- Populating the content section with detailed information from the GitHub README, including installation instructions, how to access pretrained models, guidance on inference, the full license statement, citation information, and an important usage disclaimer.