Improve model card: Add metadata, links, and usage example
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for the GuidedQuant
model by:
- Adding
pipeline_tag: text-generation
andlibrary_name: transformers
to the metadata, improving discoverability and enabling Hub features. - Correcting the
license
tomit
based on the official GitHub repository's explicit declaration. - Adding a
tags: [quantization]
entry to further categorize the model. - Providing a concise overview based on the paper's abstract.
- Including explicit links to the Hugging Face Papers page, the original arXiv paper, the official project page, and the GitHub repository for comprehensive information.
- Integrating a practical Python code snippet for quick inference, allowing users to easily get started with the model using the
AnyPrecisionForCausalLM
class. - Adding the full "Acknowledgement" and "Citation" information from the project's GitHub README.
These updates aim to make the model more accessible, informative, and compliant for the Hugging Face community.