Add pipeline_tag and improve metadata
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community team.
This PR improves the model card's metadata by:
- Explicitly setting the
pipeline_tagtotext-generationfor better discoverability. - Linking the repository to the associated paper: SINQ: Sinkhorn-Normalized Quantization for Calibration-Free Low-Precision LLM Weights.
It also adds a missing import torch to the usage examples to ensure they run correctly. Please review and merge if this looks good!
chiaraboretti changed pull request status to merged