Text Generation
PyTorch
English
llama

Add `library_name: transformers` to metadata

#2
by nielsr HF Staff - opened

This PR updates the model card to include the library_name: transformers in the metadata.

This addition is based on the model's config.json and tokenizer_config.json files, which indicate compatibility with the transformers library (e.g., model_type: llama, tokenizer_class: LlamaTokenizer, transformers_version).

Adding library_name enables the automated "how to use" widget on the model page, providing users with a readily available code snippet for interacting with the model using the πŸ€— Transformers library.

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

Sign up or log in to comment