Improve model card: Add pipeline tag, GitHub link, abstract, and move license
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for "Selective Contrastive Learning for Weakly Supervised Affordance Grounding" by:
- Adding
pipeline_tag: object-detectionto the YAML metadata, which helps with model discoverability on the Hub (https://huggingface.co/models?pipeline_tag=object-detection). - Moving the
license: mitfrom the markdown content to the YAML metadata block for standardized formatting. - Including a link to the GitHub repository (
https://github.com/hynnsk/SelectiveCL) to provide easy access to the associated code. - Adding the paper's abstract to give users a clear overview of the model's approach and contributions.
- Retaining the "Source Code" section and the "Checkpoints" table from the GitHub README to provide essential information about code availability and model files.