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: diffusers to the metadata, enabling direct usage via diffusers as indicated by the config.json file.
  • Updating the pipeline_tag from any-to-any to text-to-image in 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

Sign up or log in to comment