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:
- 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. - 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. - 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.
- Retained
library_name: diffusers: Thelibrary_namemetadata has been kept asdiffusers, supported by evidence from theconfig.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.