Improve model card: Add pipeline tag, library name, project links, and usage example
#1
by nielsr HF Staff - opened
This PR enhances the model card by:
- Adding
pipeline_tag: text-generationfor better discoverability. - Specifying
library_name: transformersfor clearer integration with the Hugging Face Transformers library. - Including a link to the project page for additional information.
- Providing a direct Python usage example for quick inference.