Improve model card: Add metadata, paper abstract, and GitHub link
#1
by
nielsr HF Staff - opened
This PR enhances the model card by:
- Adding
pipeline_tag: text-generationto improve discoverability on the Hugging Face Hub. - Adding
library_name: transformersto enable the automated code snippet fortransformerslibrary usage, as indicated by the model's configuration. - Adding
license: apache-2.0, a common open-source license. - Including the full paper abstract for comprehensive context.
- Providing a direct link to the official GitHub repository for easy access to the code and further details.
These improvements will make the model more informative and user-friendly for the community.