Improve model card: Add pipeline tag, library name, paper link, and code link
#1
by nielsr HF Staff - opened
This PR improves the model card for the backdoored text-to-image diffusion model by:
- Adding
pipeline_tag: text-to-imageto improve discoverability on the Hugging Face Hub. - Adding
library_name: diffusersas the model'sconfig.jsonindicates compatibility with the Diffusers library, enabling the automated "how to use" widget. - Adding a direct link to the associated paper: Dynamic Attention Analysis for Backdoor Detection in Text-to-Image Diffusion Models.
- Adding a link to the GitHub repository for the associated research project: https://github.com/Robin-WZQ/DAA.
The existing license: mit is retained as there's no evidence to change it. No sample usage snippet is added as per instructions, as no suitable Python code for direct model inference was found in the GitHub README.
Please review and merge if these updates look good!
RobinWZQ changed pull request status to merged