Improve model card: Add abstract, project page, update metadata (pipeline_tag, inference)

#2
by nielsr HF Staff - opened

This pull request improves the model card for "LBM: Latent Bridge Matching for Normals Estimation" by:

  • Updating Metadata:

    • Changing tags: - image-to-image to pipeline_tag: image-to-image for more accurate categorization and discoverability.
    • Setting inference: true to correctly reflect the model's purpose, as demonstrated by the provided inference code.
    • library_name is not added as the model uses a custom lbm library, not a standard Hugging Face library.
  • Enhancing Content:

    • Adding the paper's abstract to provide a detailed overview of the model's method and applications.
    • Including the project page link: https://gojasper.github.io/latent-bridge-matching/ in the introductory section for better visibility.
    • The existing arXiv paper link (https://arxiv.org/abs/2503.07535) has been kept, as per guidelines.

These changes aim to make the model more informative and discoverable on the Hugging Face Hub.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment