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, andlibrary_name: peftto the YAML metadata block for better discoverability and user experience. Thelibrary_name: peftis added based on thepeft_type: LORAfound inadapter_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