Improve model card: Add `transformers` library, `any-to-any` pipeline tag, and update links
#5
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
library_name: transformers
to enable the "How to use" widget on the model page, providing a convenient code snippet for users. - Adding
pipeline_tag: any-to-any
to improve discoverability on the Hugging Face Hub for models with multimodal capabilities (e.g., at https://huggingface.co/models?pipeline_tag=any-to-any). - Updating the paper link references within the introduction and evaluation sections to point to the Hugging Face Papers page (https://huggingface.co/papers/2507.16632) for better integration with the Hub ecosystem.
- Updating the "Homepage" badge to the more specific project page URL (
https://www.stepfun.com/docs/en/step-audio2
).
These changes will make the model more accessible and easier to understand for the broader community.
giantPanda0906
changed pull request status to
merged