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.