Text Generation
PyTorch
English
llama

Add `library_name` 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 YAML metadata. This addition is supported by the config.json file, which indicates LlamaForCausalLM architecture and transformers_version: 4.36.0.dev0.

Adding this tag will automatically enable a "How to use" code snippet on the model page, making it easier for users to interact with the model using the Hugging Face transformers library.

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

Sign up or log in to comment