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: mit to the metadata, as explicitly stated in the model card content and confirmed by the GitHub README.
  • Adding pipeline_tag: text-generation to the metadata, which helps categorize the model on the Hugging Face Hub for text generation tasks.
  • Adding library_name: transformers to the metadata. This is based on the adapter_config.json indicating transformers_modules as the parent library, which enables the automated "how to use" widget for loading and using the adapter with a transformers base 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

Sign up or log in to comment