Add library name and pipeline tag, remove arxiv id from metadata
#1
by nielsr HF Staff - opened
This PR updates the model card metadata by:
- adding
library_name: transformersto enable the automated loading snippet, - adding
pipeline_tag: text-generationto improve discoverability, - removing the
arxiv:2603.16448tag from YAML metadata, since arXiv IDs should only be referenced in the markdown content.
The markdown content is unchanged.