Update license to Apache-2.0 and add library_name: transformers

#1
by nielsr HF Staff - opened

This PR improves the model card by:

  • Updating the license to apache-2.0: This provides a more specific and accurate license identifier, moving from other to apache-2.0, as found through community verification.
  • Adding library_name: transformers to the metadata: The "Quick Start" section clearly demonstrates compatibility and usage with the transformers library, including AutoModelForCausalLM and AutoTokenizer. Adding this tag will enable the automated "How to use" widget on the model page, offering a convenient code snippet for users.

These changes enhance the discoverability and usability of the model on the Hugging Face Hub.

mhjiang0408 changed pull request status to merged

Sign up or log in to comment