Improve model card: Add pipeline_tag, library_name, and paper link
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
pipeline_tag: text-generationto improve discoverability on the Hub for LLM-based models. - Adding
library_name: transformersas theconfig.jsonindicates compatibility with the Transformers library, enabling an automated "How to use" code snippet. - Adding an explicit text link to the Hugging Face paper page after the introductory sentence, making the primary paper reference more prominent. The existing arXiv badge link remains unchanged.
These changes make the model card more informative and user-friendly for the community.