Remove arxiv_id from metadata, add library name and pipeline tag

#1
by nielsr HF Staff - opened

This PR updates the model card metadata to follow Hub guidelines:

  • Removes the arxiv field from the YAML metadata, since arXiv IDs should be referenced in the markdown content instead.
  • Adds library_name: transformers, enabling the automated Transformers usage snippet.
  • Adds pipeline_tag: text-generation, so the model is correctly categorized and discoverable.

The existing markdown content and citation remain unchanged.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment