Improve model card: Add library_name, paper/project/GitHub links, and full abstract

#1
by nielsr HF Staff - opened

This PR enhances the model card for TaDiCodec by:

  • Adding library_name: transformers to the metadata: This enables the automated "How to use with 🤗 Transformers" widget on the model page, based on evidence from the GitHub repository's acknowledgments (referencing "NAR Llama-style transformers" built upon the transformers library) and tokenizer_config.json (specifying "tokenizer_class": "LlamaTokenizer").
  • Adding explicit links for the paper, project page, and GitHub repository: While badges already exist for some of these, providing clear markdown links ([Paper](link), Project page: [link], GitHub Repository: [link]) directly under the main model title improves discoverability and provides comprehensive documentation upfront.
  • Replacing the introductory summary with the full paper abstract: The model card's initial description is updated to include the complete abstract from the paper "TaDiCodec: Text-aware Diffusion Speech Tokenizer for Speech Language Modeling", ensuring a more accurate and comprehensive overview of the model's methodology and contributions.

These changes collectively make the model card more informative and user-friendly for the Hugging Face community.

Amphion org

LGTM!

Hecheng0625 changed pull request status to merged

Sign up or log in to comment