Improve model card: Add tags, license, project page, and usage example
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Adding
pipeline_tag: text-generationto ensure the model appears in relevant searches. - Adding
library_name: transformersto indicate compatibility with the Hugging Face Transformers library and enable the "how to use" widget. - Linking to the project page and the code repository.
- Including a Python code snippet for quick usage.
- Updating license to
mit.