Text Generation
PyTorch
English
opt

Add `library_name: transformers` to metadata

#2
by nielsr HF Staff - opened

This PR improves the model card by adding library_name: transformers to the metadata. This is based on evidence from the config.json file (model type, architectures, transformers version) and tokenizer_config.json (tokenizer class), confirming compatibility with the Hugging Face Transformers library. Adding this tag will enable the automated "How to use" widget on the model page, making it easier for users to get started with the model.

The existing arXiv paper link has been kept as per guidelines.

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

Sign up or log in to comment