Add pipeline_tag and improve usage snippets

#1
by nielsr HF Staff - opened

This PR improves the model card by:

  • Adding pipeline_tag: text-generation to the metadata for better discoverability on the Hugging Face Hub.
  • Adding library_name: sinq to the metadata, as the model is designed to be used with the sinq library.
  • Updating the Python usage snippets to include import torch, ensuring that the code is complete and functional for users.
chiaraboretti changed pull request status to merged

Sign up or log in to comment