Add license, pipeline tag, and library name metadata
#1
by
nielsr
HF Staff
- opened
This PR updates the model card by adding essential metadata:
- The
license: apache-2.0
for proper attribution and legal clarity, verified via the linked PyPI project page. - The
pipeline_tag: audio-to-audio
to correctly categorize the model and improve discoverability on the Hugging Face Hub. - The
library_name: dualcodec
, as evidenced by the programmatic usage shown in the README (e.g.,import dualcodec
), enabling automated code snippets on the Hub.
jiaqili3
changed pull request status to
merged