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-generation and library_name: transformers to the metadata to improve discoverability and provide correct integration hints on the Hugging Face Hub.
  • Updating the license to mit to reflect the project's specified license.
  • Adding the quantization tag 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.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment