Improve model card for AudioStory: add metadata and paper link
#3
by
nielsr
HF Staff
- opened
This PR improves the model card for AudioStory by adding key metadata and essential links.
Changes include:
- Adding
license: apache-2.0based on the repository's license information. - Adding
pipeline_tag: text-to-audioas the model is designed for text-to-audio generation. - Adding
library_name: transformersas evidence from theconfig.jsonandtokenizer_config.jsonfiles indicates compatibility with the Hugging Face Transformers library (e.g., Qwen2 and T5 architectures, Qwen2Tokenizer class). - Adding a direct link to the Hugging Face paper page: AudioStory: Generating Long-Form Narrative Audio with Large Language Models.
- Updating relative image paths to absolute GitHub URLs for
audiostory.pngandaudiostory_framework.pngto ensure proper display on the Hub.
These enhancements will make the model more discoverable and easier to understand for users on the Hugging Face Hub.