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: transformersmetadata tag, as the model is designed to be used with the Transformers library (viatrust_remote_code=True). - Adding the
pipeline_tag: text-generationto 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.