Add comprehensive model card for GlimpsePrune
#1
by nielsr HF Staff - opened
This PR significantly enhances the model card for the GlimpsePrune model, improving its discoverability and providing essential information for users.
Key additions and improvements include:
- Metadata: Added
pipeline_tag: image-text-to-textandlibrary_name: transformersto correctly classify the model's functionality and enable proper Hub features like the "how to use" widget. - Overview: Incorporated the paper abstract and key features for a clear understanding of the model's capabilities and purpose.
- Links: Provided direct links to the official paper on Hugging Face and the GitHub repository for further details and code.
- Visuals: Included illustrative images from the project's GitHub to showcase the framework and its results.
- Usage Example: Added a practical Python code snippet for loading and inferring with the model, making it easier for users to get started.
- Citation: Included the BibTeX entry for proper academic attribution.
ashun989 changed pull request status to merged