Add pipeline_tag and improve usage snippets
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Adding
pipeline_tag: text-generationto the metadata for better discoverability on the Hugging Face Hub. - Adding
library_name: sinqto the metadata, as the model is designed to be used with thesinqlibrary. - 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