Improve model card: Add metadata, paper link, project page, and usage example
#1
by nielsr HF Staff - opened
This PR significantly enhances the model card by:
- Adding
pipeline_tag: text-generationandlibrary_name: transformersto the metadata to improve discoverability and provide correct integration hints on the Hugging Face Hub. - Updating the
licensetomitto reflect the project's specified license. - Adding the
quantizationtag for better categorization. - Prominently linking to the official Hugging Face Papers page (https://huggingface.co/papers/2505.07004), the project's dedicated blog page (https://jusjinuk.me/blog/guidedquant/), and the GitHub repository (https://github.com/snu-mllab/GuidedQuant).
- Including the paper's abstract for a quick overview.
- Providing a clear Python usage example for direct inference with the model.
- Incorporating the Acknowledgement and Citation sections from the GitHub README.
- Removing the internal "File information" section.
Please review and merge this PR if it looks good.