Add pipeline_tag and arxiv ID, fix usage snippet
#1
by nielsr HF Staff - opened
Hi! Niels here from the community team at Hugging Face.
I've opened this PR to improve the model card metadata and usage instructions:
- Metadata Improvement: Promoted
pipeline_tag: text-generationto a top-level key and added thearxivmetadata for better discoverability and paper linking. - Usage Fix: Added a missing
import torchto the usage example to ensure the code snippet is runnable for users.
These changes help the model integrate better with the Hugging Face ecosystem!
chiaraboretti changed pull request status to merged