Text Generation
PyTorch
English
opt

Add `library_name: transformers` to model card metadata

#2
by nielsr HF Staff - opened

This PR enhances the model card by adding the library_name: transformers tag to the metadata. This is based on evidence from config.json (which shows transformers_version and OPTForCausalLM architecture) and tokenizer_config.json (which specifies GPT2Tokenizer). Adding this tag will enable the automated "how to use" widget on the Hugging Face Hub, providing users with a readily available and verified code snippet for model inference.

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

Sign up or log in to comment