Add comprehensive model card
#1
by
nielsr HF Staff - opened
This PR adds a comprehensive model card to the repository, significantly enhancing its discoverability and usefulness.
The updates include:
- Addition of essential metadata:
pipeline_tag: text-generation,library_name: transformers, andlicense: apache-2.0. - Inclusion of important descriptive tags such as
agents,foundation-model,multi-agent,rl,tool-use, andqwen2. - Links to the official paper, project page, and GitHub repository.
- A detailed overview, state-of-the-art performance highlights, and a quick feature summary, all extracted from the paper and GitHub repository.
- A practical
transformers-based usage example, demonstrating how to load the model and interact with it using its defined chat template for text generation. - Proper citation information in BibTeX format.
Please review these changes. Your feedback is greatly appreciated!