Remove arxiv from metadata, add library_name and pipeline_tag

#1
by nielsr HF Staff - opened

This PR improves the model card metadata by:

  • Removing the arxiv field from the YAML metadata, since arXiv IDs should only be referenced in the markdown content.
  • Adding library_name: transformers, since the model uses a Transformers-compatible GPT-2 architecture.
  • Adding pipeline_tag: text-generation so the model is categorized correctly.

It also adds a link to the paper page in the markdown content.

mrkwanzaa changed pull request status to merged

Sign up or log in to comment