Add pipeline_tag, arxiv metadata and library_name
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community science team.
This PR aims to improve the metadata and documentation of this model for better discoverability and usability on the Hub:
- Added
pipeline_tag: text-generationto the metadata to ensure the model is correctly categorized. - Added the
arxiv: 2509.22944ID to link the model to its research paper. - Added
library_name: sinqbased on the usage examples. - Updated the usage code snippet to include
import torch, ensuring it runs successfully out-of-the-box.
Let me know if you have any questions!
chiaraboretti changed pull request status to merged