Improve model card: Add metadata and update paper/GitHub links

#1
by nielsr HF Staff - opened

This PR enhances the model card for the CDLM-LLaDA LoRA adapter by:

  • Adding license: mit, pipeline_tag: text-generation, and library_name: peft to the YAML metadata block for better discoverability and user experience. The library_name: peft is added based on the peft_type: LORA found in adapter_config.json, indicating compatibility with the PEFT library.
  • Updating the paper link to the official Hugging Face paper page: CDLM: Consistency Diffusion Language Models For Faster Sampling.
  • Correcting the GitHub repository link to its canonical source: https://github.com/SqueezeAILab/CDLM.

Please review and merge if these improvements look good!

minseo25 changed pull request status to merged

Sign up or log in to comment