Add pipeline_tag and library_name to metadata
#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 pipeline_tag: text-generation and library_name: transformers to the metadata. These additions help users discover the model through filtering on the Hub and enable the automated code snippet widget for usage with the Transformers library.
The existing documentation, including the usage examples and evaluation results, is already quite comprehensive, so I have preserved those sections.