Improve model card metadata and usage example
#1
by nielsr HF Staff - opened
Hi! I'm Niels, part of the community science team at Hugging Face.
I noticed this model card is missing some metadata that helps with discoverability and provides automated code snippets for users. This PR:
- Adds
pipeline_tag: text-generationto the YAML metadata. - Adds
library_name: sinqsince the model relies on thesinqlibrary for inference. - Links the model to the research paper on Hugging Face using the
papersfield. - Fixes the usage example by adding the missing
import torchstatement.
These changes will help users find and use your model more easily!
chiaraboretti changed pull request status to merged