Improve model card: Add pipeline tag, library, project page, and sample usage

#1
by nielsr HF Staff - opened

This PR enhances the model card by:

  • Adding pipeline_tag: text-generation for better discoverability on the Hugging Face Hub (e.g., at https://huggingface.co/models?pipeline_tag=text-generation).
  • Adding library_name: transformers to correctly identify its compatibility with the Transformers library and enable the automated usage widget.
  • Including a link to the project page: Hugging Face Collection.
  • Incorporating a sample usage code snippet from the GitHub README to guide users on how to interact with the model.
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment