Add pipeline tag and library name to model card
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by adding:
pipeline_tag: text-generation
: This improves discoverability on the Hugging Face Hub, allowing users to find your model when filtering for text generation tasks.library_name: transformers
: This ensures that the automated "How to use" widget appears on the model page, providing a convenient code snippet for users to get started with the model using the Hugging Face Transformers library.
Thanks!
Solved in 86338eff14fd318c3e8875c911f0778563b4b3b7 (the original PR also changes formatting [missing a newline at the end, breaks Bibtex citation diacritics]).
foxik
changed pull request status to
closed