Improve model card: Add metadata, links, and usage example
#1
by nielsr HF Staff - opened
This PR enhances the model card by:
- Adding
library_name: transformersandpipeline_tag: text-generationto the metadata. - Adding a link to the project page.
- Adding a Python code snippet for quick inference, derived from the project's quick start guide.
- Updating the license to
mitaccording to the project's GitHub.