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 indicating Qwen2ForCausalLM as the architecture and transformers_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.

Amphion org

LGTM!

Hecheng0625 changed pull request status to merged

Sign up or log in to comment