Improve model card: Add pipeline tag, paper, links, abstract, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for the BRIDGE model by adding:
- The
pipeline_tag: depth-estimationfor better discoverability. - A direct link to the paper on Hugging Face.
- Links to the project page and the GitHub repository.
- The full paper abstract to provide a detailed overview.
- A "Sample Usage" section with the provided inference code from the GitHub README, including necessary setup instructions.
- Additional relevant sections from the GitHub README, such as "News", "Overview" (main contributions), "Pre-trained Models", "Preparation", and "Citation", to offer a complete context for users.
Please review and merge this PR.