Add pipeline_tag and library_name to metadata
#2
by nielsr HF Staff - opened
This PR updates the YAML metadata at the top of the model card to include:
pipeline_tag: text-generationso users can easily discover this model under the text generation category.library_name: transformersto indicate compatibility with the Transformers library.
No changes were made to the markdown content itself as it is already highly detailed and well-documented.