Add `library_name` and `pipeline_tag` to model card

#2
by nielsr HF Staff - opened

This PR improves the model card by adding the library_name and pipeline_tag to the metadata.

  • library_name: transformers ensures that the model is recognized as compatible with the Hugging Face Transformers library, enabling the automated "how to use" widget.
  • pipeline_tag: text-generation categorizes the model correctly, making it discoverable for users browsing text generation models on the Hub.

No changes were made to the existing descriptive content, which already provides comprehensive information, including the paper link, code repository, project page, and usage examples.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment