Transformers
PyTorch
English

Improve model card: add license, pipeline tag and library name

#1
by nielsr HF Staff - opened

This PR improves the model card by adding the following metadata:

  • license: apache-2.0
  • library_name: transformers
  • pipeline_tag: text-generation

This enables the "how to use" button on the top right, and makes the model discoverable at https://huggingface.co/models?pipeline_tag=text-generation&sort=trending.

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

Sign up or log in to comment