Add pipeline tag and improve model card metadata
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community science team.
This PR improves the model card for this repository:
- Adds
pipeline_tag: text-generationto the metadata for better discoverability. - Adds the
arxivID to the metadata to link the model to its research paper. - Credits the authors of the paper in the description.
- Adds
import torchto the sample code snippets to ensure they are runnable.
The rest of the documentation remains unchanged.
chiaraboretti changed pull request status to merged