Text Generation
PyTorch
English
gpt2

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.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment