Add model metadata and links to paper and code
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the community science team at Hugging Face.
This PR improves the model card by adding relevant metadata and links:
- Added
pipeline_tag: text-generation. - Added
library_name: transformersas the repository follows the standard Transformers structure. - Added
license: apache-2.0based on the project documentation. - Linked the research paper to its arXiv page.
- Linked the official GitHub repository for the project.