Enhance model card with pipeline tag, project page, and comprehensive details
#1
by nielsr HF Staff - opened
This PR significantly enhances the model card for MatchAttention by:
- Adding the
pipeline_tag: image-to-imageto the metadata, improving discoverability on the Hugging Face Hub for relevant tasks like stereo matching and optical flow. - Including a direct link to the project page (
https://tingmanyan.github.io/MatchAttention/) for easier access. - Expanding the model description by incorporating details from the paper abstract and the GitHub README, providing a clearer introduction and highlighting key features.
- Presenting a detailed table of available model weights and their specifications for quick reference.
- Adding a "Sample Usage" section with a command-line example directly from the official GitHub repository, helping users get started with inference.
- Including the full citation, acknowledgements, and contact information for improved documentation.
These changes collectively make the model card much more comprehensive and user-friendly.
Tingman changed pull request status to merged