Improve model card with pipeline tag, library name, and Github link
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding the
pipeline_tag: text-generation, making the model discoverable through the Hugging Face model search. - Specifying the
library_name: transformers, clarifying the framework used. - Including a direct link to the GitHub repository for easier access to the codebase.
These additions enhance the model card's completeness and usability.