Improve model card: Update metadata, paper link, and clean content
#1
by nielsr HF Staff - opened
This pull request aims to improve the model card for Harmon-1.5B-RecA by:
- Adding
library_name: diffusersto the metadata, enabling direct usage viadiffusersas indicated by theconfig.jsonfile. - Updating the
pipeline_tagfromany-to-anytotext-to-imagein the metadata to more accurately reflect the model's capabilities in image generation and editing. - Updating the introductory paper link and the "Paper" badge in the "Method" section to point to the official Hugging Face paper page (
https://huggingface.co/papers/2509.07295) for better integration and discoverability on the Hub. The existing ArXiv badge is preserved. - Removing the redundant "License" section from the Markdown content, as the license is already specified in the metadata.
- Formatting the BibTeX citation within a ````bibtex` block for proper rendering.
Please review these changes.
sanaka87 changed pull request status to merged