Add pipeline_tag and library_name metadata
#1
by nielsr HF Staff - opened
This PR improves the model card's metadata by adding:
pipeline_tag: text-generationto categorize the model and make it discoverable in the text-generation hub section.library_name: transformersto indicate compatibility with the Hugging Face Transformers library.
No changes were made to the markdown content, preserving all the original links, descriptions, and use cases.