Add `library_name: transformers` to metadata
#2
by
nielsr HF Staff - opened
This PR improves the model card by adding the library_name: transformers metadata tag. This enables the automated "how to use" widget on the model page, providing a convenient code snippet for users to quickly get started with the model using the π€ Transformers library. The model's config.json indicates compatibility with OPTForCausalLM and transformers_version, confirming this addition.