Add `library_name` metadata tag
#2
by
nielsr
HF Staff
- opened
This PR improves the model card by adding the library_name: transformers tag to the metadata. This will enable the automatic display of a code snippet for using the model with the π€ Transformers library, making it easier for users to get started.
The model's config.json indicates compatibility with GPT2LMHeadModel and transformers_version: "4.42.0.dev0", confirming its integration with the library.