Add `library_name` and `pipeline_tag` to model card
#2
by
nielsr
HF Staff
- opened
This PR improves the model card by adding the library_name and pipeline_tag to the metadata.
library_name: transformersensures that the model is recognized as compatible with the Hugging Face Transformers library, enabling the automated "how to use" widget.pipeline_tag: text-generationcategorizes the model correctly, making it discoverable for users browsing text generation models on the Hub.
No changes were made to the existing descriptive content, which already provides comprehensive information, including the paper link, code repository, project page, and usage examples.