Improve model card: Add pipeline tag, library name, and fix bit-width typo

#1
by nielsr HF Staff - opened

Hi! I'm Niels from the Hugging Face community team.

This pull request improves the model card for this repository to make it more discoverable and easier to use:

  • Added pipeline_tag: text-generation to the metadata.
  • Added library_name: sinq to indicate compatibility with the SINQ quantization library.
  • Added arxiv: 2509.22944 to link the repository to the original paper.
  • Fixed a typo in the "Model Details" section where the model was incorrectly referred to as 4-bit instead of 3-bit.
  • Added import torch to the usage snippet to ensure the code is functional.

The rest of the documentation looks great!

chiaraboretti changed pull request status to merged

Sign up or log in to comment