Update model card: add library_name, pipeline_tag, and sample usage

#1
by nielsr HF Staff - opened

This PR improves the model card for FAAST-Qwen2.5-7B-Instruct by:

  • Adding the library_name: transformers metadata tag, as the model is designed to be used with the Transformers library (via trust_remote_code=True).
  • Adding the pipeline_tag: text-generation to reflect its nature as a causal language model.
  • Adding a "Sample Usage" section with the code snippet provided in the official GitHub repository.
  • Including links to the research paper and the official GitHub repository in the model description.
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment