Add pipeline tag and library_name to model card
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by adding two important metadata tags: pipeline_tag: text-generation
and library_name: transformers
.
- The
pipeline_tag
ensures your model is easily discoverable under the "text-generation" task on the Hugging Face Hub. - The
library_name
enables the automatic "Use in Transformers" widget on the model page, providing users with a convenient, pre-defined code snippet to start using your model.
These additions will improve the model's visibility and user experience.
Houxing
changed pull request status to
merged