cs-552-2026-baseline/group_model
Qwen3-1.7B is a 1.7 billion parameter causal language model developed by Qwen, featuring a 32,768 token context length. This model uniquely supports seamless switching between a 'thinking mode' for complex logical reasoning, math, and coding, and a 'non-thinking mode' for efficient general-purpose dialogue. It demonstrates enhanced reasoning capabilities, superior human preference alignment for creative writing and role-playing, and strong agent capabilities with multilingual support across 100+ languages.
Loading preview...
Qwen3-1.7B Overview
Qwen3-1.7B is a 1.7 billion parameter causal language model from the Qwen3 series, designed for advanced reasoning and versatile conversational applications. It features a substantial 32,768 token context length, enabling it to handle complex and lengthy interactions.
Key Capabilities
- Dynamic Thinking Modes: Uniquely allows seamless switching between a 'thinking mode' for logical reasoning, mathematics, and code generation, and a 'non-thinking mode' for efficient, general-purpose dialogue. This adaptability ensures optimal performance across diverse tasks.
- Enhanced Reasoning: Demonstrates significant improvements in mathematical problem-solving, code generation, and commonsense logical reasoning compared to previous Qwen models.
- Human Preference Alignment: Excels in creative writing, role-playing, multi-turn dialogues, and instruction following, providing a more natural and engaging conversational experience.
- Agentic Functionality: Offers strong capabilities for tool integration in both thinking and non-thinking modes, achieving leading performance among open-source models in complex agent-based tasks, especially when used with Qwen-Agent.
- Multilingual Support: Supports over 100 languages and dialects with robust multilingual instruction following and translation abilities.
Best Practices for Usage
To optimize performance, specific sampling parameters are recommended:
- Thinking Mode: Use
Temperature=0.6,TopP=0.95,TopK=20, andMinP=0. Avoid greedy decoding. - Non-Thinking Mode: Use
Temperature=0.7,TopP=0.8,TopK=20, andMinP=0. - An output length of 32,768 tokens is recommended for most queries, extending to 38,912 for highly complex problems.