Add `library_name: transformers` to model card metadata
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by adding the library_name: transformers
metadata tag.
This addition is justified by:
- The
config.json
indicatingQwen2ForCausalLM
as the architecture andtransformers_version: "4.40.1"
. - The "Acknowledgments" section in the README explicitly stating that "NAR Llama-style transformers is built upon transformers".
Adding this metadata will enable an automated, pre-defined code snippet on the model page, showcasing how to easily load and use the model with the 🤗 Transformers library.
LGTM!
Hecheng0625
changed pull request status to
merged