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-imagetopipeline_tag: image-to-imagefor more accurate categorization and discoverability. - Setting
inference: trueto correctly reflect the model's purpose, as demonstrated by the provided inference code. library_nameis not added as the model uses a customlbmlibrary, not a standard Hugging Face library.
- Changing
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.