Add pipeline_tag, arxiv metadata and fix quantization tag
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community science team.
This PR improves the model card's metadata and usage section by:
- Moving
text-generationto the top-levelpipeline_tagfor better discoverability. - Adding the
arxivID to link the model to its research paper. - Correcting the precision tag from
int3toint4to match the model's actual configuration. - Adding
import torchand ensuring thedevicevariable is correctly handled in the usage snippet.
chiaraboretti changed pull request status to merged