Text Generation
PyTorch
English
gpt2

Add `library_name: transformers` to model card metadata

#2
by nielsr HF Staff - opened

This PR improves the model card by adding the library_name: transformers tag to the metadata. This is based on evidence from the config.json file, which indicates compatibility with the transformers library ("architectures": ["GPT2LMHeadModel"], "model_type": "gpt2", "transformers_version": "4.42.0.dev0").

Adding this tag ensures that the model is correctly categorized on the Hugging Face Hub and enables the automated "how to use" code snippet for the transformers library, making it easier for users to get started with the model.

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

Sign up or log in to comment