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 thetransformerslibrary as evidenced by itsconfig.json.
Please review and merge this PR if everything looks good.