Improve model card: Add tags, project links, usage example, and abstract
#1
by nielsr HF Staff - opened
This PR enhances the model card by:
- Adding
pipeline_tag: text-generationfor better discoverability on the Hub. - Specifying
library_name: transformersto indicate compatibility with the Hugging Face Transformers library and enable the "Use in Transformers" widget. - Including a direct link to the project page: https://jusjinuk.me/blog/guidedquant/.
- Making the GitHub repository link more prominent at the top of the model card.
- Incorporating the paper's abstract to provide a quick overview of the model's contributions.
- Integrating a detailed Python code snippet for direct usage within the model card, replacing the previous external links for "How to run".
- Adding the BibTeX citation for proper referencing.
These updates will make the model more accessible, easier to understand, and quicker to get started with for users on the Hugging Face Hub.