Add `library_name: transformers` to metadata
#2
by
nielsr
HF Staff
- opened
This PR improves the model card by adding the library_name: transformers to the metadata. This is based on the config.json file which indicates the model's architecture (OPTForCausalLM) and transformers_version, confirming its compatibility with the Hugging Face Transformers library. Adding this tag will enable the automated "how to use" widget on the model page, providing users with a clear code snippet to interact with the model.