Add pipeline tag, arxiv metadata and fix usage snippets
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the community science team at Hugging Face.
This PR improves the model card by:
- Adding the
pipeline_tag: text-generationfor better discoverability. - Adding the
arxivfield to the metadata to link the model with its research paper: SINQ: Sinkhorn-Normalized Quantization for Calibration-Free Low-Precision LLM Weights. - Adding the missing
import torchto the usage and quantization code snippets to ensure they are functional.
Feel free to merge if this looks good!
chiaraboretti changed pull request status to merged