Improve model card: Add pipeline tag, library name, paper, project page, and code links
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding the
pipeline_tag: image-to-imageto the metadata, which helps users discover the model through relevant filters on the Hugging Face Hub. - Specifying
library_name: pytorchto leverage automated code snippets, as the model's inference code directly uses PyTorch. - Including a direct link to the paper Exploring Image Representation with Decoupled Classical Visual Descriptors.
- Adding links to the official project page (https://chenyuanqu.com/VisualSplit/) and the GitHub repository (https://github.com/HenryQUQ/VisualSplit) for easier access to more information and code.
- Integrating the paper's abstract into the "Model Description" section to provide a richer overview of the model.
These additions improve the discoverability, usability, and completeness of the model card.