Add pipeline_tag and library_name to model card

#1
by nielsr HF Staff - opened

This PR enhances the model card by adding the pipeline_tag: text-generation and library_name: transformers to the metadata section.

  • The pipeline_tag (text-generation) improves the model's discoverability on the Hugging Face Hub, as it aligns with the model's primary tasks of code generation, math problem solving, and planning.
  • The library_name (transformers) enables the automated "How to use" widget on the model page, providing users with predefined code snippets for easy integration and inference, based on the model's compatibility with the transformers library as evidenced by its config.json.

Please review and merge this PR if everything looks good.

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

Sign up or log in to comment