Fix paper links and add sample usage

#1
by nielsr HF Staff - opened

This PR improves the model card for the MERGE model by making the following enhancements:

  1. Corrected Arxiv Link: The previously broken Arxiv link in the badges has been fixed to correctly point to the paper https://arxiv.org/abs/2510.23574.
  2. Added Hugging Face Paper Link: A new badge linking directly to the paper's page on Hugging Face (https://huggingface.co/papers/2510.23574) has been added for enhanced discoverability.
  3. Included Sample Usage: A "Sample Usage" section has been added, incorporating the inference code snippets directly from the official GitHub repository. This allows users to quickly understand and execute basic inference with the model without navigating away from the model card.
  4. Retained library_name: diffusers: The library_name metadata has been kept as diffusers, supported by evidence from the config.json (_diffusers_version) and acknowledgements in the GitHub README. This ensures proper integration and automated code snippets on the Hub.

These changes aim to make the model card more informative and user-friendly.

Cannot merge
This branch has merge conflicts in the following files:
  • README.md

Sign up or log in to comment