Overview of Qwen-7B models
mainQwen-7B is a series of 7B-parameter large language models. The release provides two primary versions:
Qwen-7B: The base pretrained language model, trained on over 2.2 trillion tokens with a context length of 2048.Qwen-7B-Chat: A version fine-tuned to align with human intent using curated task-oriented, security-oriented, and service-oriented data.
The repository includes example codes for fine-tuning, evaluation, and inference, as well as guides for long-context and tool-use inference.