Add pipeline_tag and library_name to metadata
#2
by nielsr HF Staff - opened
Hi!
This PR improves the model card's YAML metadata block by adding:
pipeline_tag: text-generationto ensure the model is properly categorized on the Hugging Face Hub under the Text Generation category.library_name: transformersto indicate compatibility with Hugging Face Transformers, enabling the use code snippet widget on the model page.
The markdown content remains exactly the same.