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-generation to the YAML metadata.
  • Adds library_name: sinq since the model relies on the sinq library for inference.
  • Links the model to the research paper on Hugging Face using the papers field.
  • Fixes the usage example by adding the missing import torch statement.

These changes will help users find and use your model more easily!

chiaraboretti changed pull request status to merged

Sign up or log in to comment