Improve model card: Add pipeline tag, library_name, paper, and project page links
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card for DINO-Foresight by:
- Adding
pipeline_tag: image-feature-extractionto enhance discoverability on the Hugging Face Hub. - Including
library_name: pytorchin the metadata, as evidence fromconfig.jsonand GitHub installation instructions confirms PyTorch compatibility, enabling automated usage snippets. - Providing an explicit link to the paper on Hugging Face Papers.
- Adding a link to the project page for further details.
- Including a concise summary of the model based on the paper's abstract.
- Adding a basic sample usage section with installation instructions from the GitHub README.
- Improving the overall structure and readability of the model card.
Sta8is
changed pull request status to
merged