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
licensetoapache-2.0: This provides a more specific and accurate license identifier, moving fromothertoapache-2.0, as found through community verification. - Adding
library_name: transformersto the metadata: The "Quick Start" section clearly demonstrates compatibility and usage with thetransformerslibrary, includingAutoModelForCausalLMandAutoTokenizer. 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