Improve model card metadata and add paper link
#2
by
nielsr
HF Staff
- opened
This pull request improves the model card for the MOSS-TTS Family by:
- Adding
library_name: transformersmetadata, as the model is compatible with the Transformers library viaAutoModel. - Adding
pipeline_tag: text-to-speechto improve model discoverability. - Linking the repository to the official research paper: MOSS-Audio-Tokenizer: Scaling Audio Tokenizers for Future Audio Foundation Models.
- Including a sample usage code snippet for audio reconstruction directly from the official GitHub documentation.