Improve model card: Update GitHub link, add abstract, library_name, tags, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Updating the placeholder GitHub repository link to the correct one:
https://github.com/lorebianchi98/Talk2DINO. - Adding the paper abstract under a new
Aboutsection for better context. - Including a comprehensive
Sample Usagesection with both a Python code snippet (for mapping CLIP text embeddings) and command-line demo instructions, as found in the original GitHub README. - Adding
library_name: Pytorchto the metadata, as evidenced by the installation instructions and code snippets using PyTorch. - Adding additional relevant tags (
DINOv2,CLIP,open-vocabulary segmentation) to the metadata for improved discoverability.
These changes will enhance the model card's clarity, usability, and searchability on the Hub.
Thanks Niels! :)
I'll update with these info also the ViT-L repository.
lorebianchi98
changed pull request status to
merged