Add pipeline tag and library name to model card
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by adding the pipeline_tag: text-generation and library_name: transformers to its metadata.
- The
pipeline_tagensures the model is discoverable under text generation tasks on the Hugging Face Hub. - The
library_nameenables the automated "how to use" widget, providing convenient code snippets for users, as the model explicitly usestransformersin its quick start guide.
All existing content, including links to the paper and code, remains unchanged.
GuoxinChen
changed pull request status to
merged