Fix metadata: remove arxiv_id, add pipeline tag and library name

#1
by nielsr HF Staff - opened

This PR improves the model card by:

  • Removing the arxiv field from the YAML metadata (the arxiv ID is already referenced in the markdown citation).
  • Adding library_name: transformers, since the model uses the GPT2LMHeadModel architecture and is compatible with the Transformers library.
  • Adding pipeline_tag: text-generation so the model is correctly categorized.
  • Adding a link to the paper in the markdown content.
mrkwanzaa changed pull request status to merged

Sign up or log in to comment