Text Generation
English

Add license, pipeline tag, and library name to model card

#1
by nielsr HF Staff - opened

This PR enhances the model card by adding essential metadata:

  • license: apache-2.0: Explicitly states the licensing terms, providing clarity for users.
  • pipeline_tag: text-generation: Ensures the model is discoverable through relevant filters on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=text-generation).
  • library_name: transformers: Indicates compatibility with the Hugging Face Transformers library, enabling easier programmatic access and usage through the "Use in Transformers" widget.

These additions improve the discoverability and usability of the model for the community.

GretaYY changed pull request status to merged

Sign up or log in to comment