Improve model card: Add tags, links, abstract, and usage example
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card by:
- Adding
pipeline_tag: text-generationto ensure the model appears in relevant Hub filters. - Specifying
library_name: transformersfor better integration and activation of the "Use in Transformers" widget. - Adding the
quantizationtag for improved discoverability. - Incorporating the paper's abstract to provide a comprehensive overview.
- Adding explicit links to the project page and the GitHub repository for easy access to code and more information.
- Including a runnable Python code snippet in a "Quick Start" section to demonstrate immediate usage.
- Featuring the project logo for visual appeal and branding.
- Removing the unnecessary "File information" section.
These improvements make the model card more informative, discoverable, and user-friendly on the Hugging Face Hub.