Add pipeline_tag and library_name to model card
#1
by nielsr HF Staff - opened
This PR improves the model card by adding relevant metadata:
pipeline_tag: text-generation: Ensures the model appears in the correct category for text generation models on the Hugging Face Hub.library_name: transformers: Indicates compatibility with the Hugging Face Transformers library, allowing users to easily load and use the model.
This enhancement will make the model more discoverable and user-friendly on the Hugging Face Hub.