Text Generation
PyTorch
English
gpt2

Add `library_name: transformers` to metadata

#2
by nielsr HF Staff - opened

This PR improves the model card by adding the library_name: transformers metadata tag. 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.

The model's compatibility with the transformers library is confirmed by the config.json (specifying "model_type": "gpt2" and "architectures": ["GPT2LMHeadModel"]) and tokenizer_config.json (specifying "tokenizer_class": "GPT2Tokenizer") files.

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

Sign up or log in to comment