Text Generation
PyTorch
English
gpt2

Add `library_name: transformers` to model card metadata

#4
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 automated "how to use" widget on the Hugging Face Hub, providing users with a quick and easy way to interact with the model using the transformers library.

Evidence from config.json and tokenizer_config.json indicates full compatibility with transformers, showcasing GPT2LMHeadModel architecture and GPT2Tokenizer.

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

Sign up or log in to comment