Improve model card: Add paper, links, license, pipeline tag & usage example
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card by:
- Adding the paper title and linking it to the Hugging Face Papers page.
- Including the MIT license in the metadata.
- Setting the
pipeline_tagtoimage-feature-extraction, which better reflects the model's primary application in generating views for self-supervised representation learning. This ensures discoverability under relevant tasks on the Hub. - Providing links to the GitHub repository and the TMLR project page.
- Adding a "Sample Usage" section directly from the GitHub README, demonstrating how to generate multiple views using the provided scripts and configurations.
- Including the BibTeX citation.
This update makes the model card more informative and user-friendly.
SerezD
changed pull request status to
closed