Add pipeline_tag, library_name and paper link to metadata
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the community science team at Hugging Face.
This PR improves the metadata of your model card:
- Added
pipeline_tag: text-generationfor better task discoverability. - Added
library_name: sinqbased on the provided usage code. - Linked the model to its research paper using the
arxivfield. - Updated the quantization tags from
int3toint4to match the model's actual precision.
These changes help users find and use your work more easily!
chiaraboretti changed pull request status to merged