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-generation to the top-level pipeline_tag for better discoverability.
  • Adding the arxiv ID to link the model to its research paper.
  • Correcting the precision tag from int3 to int4 to match the model's actual configuration.
  • Adding import torch and ensuring the device variable is correctly handled in the usage snippet.
chiaraboretti changed pull request status to merged

Sign up or log in to comment