Improve model card: Add metadata, update paper and GitHub links
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
license: mitto the metadata, as explicitly stated in the model card content and confirmed by the GitHub README. - Adding
pipeline_tag: text-generationto the metadata, which helps categorize the model on the Hugging Face Hub for text generation tasks. - Adding
library_name: transformersto the metadata. This is based on theadapter_config.jsonindicatingtransformers_modulesas the parent library, which enables the automated "how to use" widget for loading and using the adapter with atransformersbase model. - Updating the paper link to the official Hugging Face paper page: CDLM: Consistency Diffusion Language Models For Faster Sampling, replacing the "TBA" placeholder.
- Correcting the GitHub repository link to https://github.com/SqueezeAILab/CDLM as identified by the provided GitHub information, ensuring users are directed to the correct project source.
minseo25
changed pull request status to
merged