Add `library_name: transformers` to model card metadata
#1
by
nielsr
HF Staff
- opened
This PR updates the model card to include the library_name: transformers in its metadata. This will enable the automatic display of a "how to use" code snippet on the Hugging Face Hub, improving discoverability and ease of use for users of the transformers library.
The Quickstart section in the current model card already demonstrates compatibility with transformers, providing the necessary evidence for this addition. All other existing information, including the paper link, GitHub link, and sample usage, remains as is.