Add transformers library_name and pipeline_tag to metadata

#1
by nielsr HF Staff - opened

Hi! I'm Niels from the Hugging Face team.

This PR improves the model card by adding some important metadata to your YAML block:

  • library_name: transformers: This will enable the interactive "Use in Transformers" button on the top right of the model page, providing users with a copy-pasteable code snippet.
  • pipeline_tag: text-generation: This ensures the model is properly indexed and discoverable under the "Text Generation" category on the Hub.

These changes will help the community easily find and use your model!

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

Sign up or log in to comment