Improve model card: Add pipeline tag, library name, and update links
#2
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
pipeline_tag: text-to-audioto correctly categorize the model's functionality on the Hugging Face Hub. - Specifying
library_name: transformersto enable the automated "How to use" widget, as the model is compatible with thetransformerslibrary. - Updating all references to the paper in the model card to use the Hugging Face Papers link: UniMoE-Audio: Unified Speech and Music Generation with Dynamic-Capacity MoE.
- Correcting the GitHub repository link under "Open-source Plan" to
https://github.com/HITsz-TMG/Uni-MoE/tree/master/UniMoE-Audio, aligning it with the provided source.
These updates improve the model's discoverability and usability on the Hub.