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-generation to the metadata for better discoverability.
  • Adds the arxiv ID to the metadata to link the model to its research paper.
  • Credits the authors of the paper in the description.
  • Adds import torch to the sample code snippets to ensure they are runnable.

The rest of the documentation remains unchanged.

chiaraboretti changed pull request status to merged

Sign up or log in to comment