Add `pipeline_tag` and `library_name` to metadata
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by adding key metadata:
pipeline_tag: text-to-audio: This will make the model discoverable under the "Text-to-Audio" task on the Hugging Face Hub, accurately reflecting its capability for text-to-MIDI music generation.library_name: transformers: This will enable the "Use in Transformers" automated code snippet on the model page, providing users with a quick and easy way to get started with the model, as evidenced by itsLlamaForCausalLMarchitecture andgenerate_transformers.pyinference script.
These additions improve the model's discoverability and usability for the community. No other changes were made to the existing model card content.
slseanwu
changed pull request status to
merged