Fix metadata, add pipeline tag and library name

#1
by nielsr HF Staff - opened

This PR improves the model card's metadata by:

  • removing the arxiv field from the YAML metadata, since it belongs in the markdown content rather than the metadata
  • adding pipeline_tag: text-generation so the model can be found under the text-generation pipeline
  • adding library_name: transformers to enable the automated Transformers usage snippet
  • linking to the paper on the Hugging Face Papers page
mrkwanzaa changed pull request status to merged

Sign up or log in to comment