Update README.md (#1)
Browse files- Update README.md (94685ece307d0ef0c78b7f0b545b2422944b05f7)
Co-authored-by: Xuchen Pan <panxuchen@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -6,19 +6,19 @@ language:
|
|
| 6 |
base_model:
|
| 7 |
- Qwen/Qwen3.5-2B
|
| 8 |
---
|
| 9 |
-
#
|
| 10 |
-
**
|
| 11 |
|
| 12 |
## Capability
|
| 13 |
-
The core strength of
|
| 14 |
|
| 15 |
+ **Active Memory Management:** Autonomously identifies, stores, and retrieves persistent user preferences and task states, ensuring high logical consistency across multi-turn interactions.
|
| 16 |
+ **Native File Parsing:** Optimized for terminal operations and file system orchestration. Excels at generating precise CLI commands and executing complex, multi-step file I/O tasks.
|
| 17 |
+ **Efficient Information Search:** Enhanced for web-search tool invocation. Features precise search intent recognition and multi-step web navigation to effectively identify and query online information.
|
| 18 |
-
+ **Intelligent Guidance:** Built-in awareness of the
|
| 19 |
|
| 20 |
## Model Overview
|
| 21 |
-
|
| 22 |
|
| 23 |
+ **Type:** Causal Language Model with Vision Encoder
|
| 24 |
+ **Training Stage:** Post-training
|
|
@@ -39,24 +39,24 @@ CoPaw-Flash-2B/4B/9B is fine-tuned from Qwen3.5-2B/4B/9B, sharing the same archi
|
|
| 39 |
+ **Context Length:** 262,144 tokens natively
|
| 40 |
|
| 41 |
## Benchmark Results
|
| 42 |
-
The complexity of
|
| 43 |
|
| 44 |
-
Results indicate that
|
| 45 |
|
| 46 |
<img src="https://img.alicdn.com/imgextra/i2/O1CN01uQsLX61XbwkjLtHuP_!!6000000002943-2-tps-1264-888.png" width="632" title="" crop="0,0,1,1" id="ufe625d3c" class="ne-image">
|
| 47 |
|
| 48 |
-
Figure 1:
|
| 49 |
|
| 50 |
<img src="https://img.alicdn.com/imgextra/i1/O1CN01OKDCHQ1yuic00Qmyu_!!6000000006639-2-tps-1984-975.png" width="628" title="" crop="0,0,1,1" id="u15257ae6" class="ne-image">
|
| 51 |
|
| 52 |
-
Figure 2:
|
| 53 |
|
| 54 |
## Quickstart
|
| 55 |
-
### <font style="color:rgb(31, 35, 40);">Serving
|
| 56 |
-
|
| 57 |
|
| 58 |
#### <font style="color:rgb(31, 35, 40);">vLLM</font>
|
| 59 |
-
vLLM is a high-throughput and memory-efficient inference and serving engine for LLMs. Since
|
| 60 |
|
| 61 |
```plain
|
| 62 |
uv pip install vllm --torch-backend=auto --extra-index-url https://wheels.vllm.ai/nightly
|
|
@@ -82,8 +82,8 @@ vllm serve <your_model_path> \
|
|
| 82 |
|
| 83 |
|
| 84 |
|
| 85 |
-
### Using
|
| 86 |
-
Once the server is running, you can access
|
| 87 |
|
| 88 |
#### <font style="color:rgb(31, 35, 40);">Prerequisites</font>
|
| 89 |
Ensure the OpenAI Python SDK is installed and your environment variables are configured:
|
|
@@ -107,7 +107,7 @@ from openai import OpenAI
|
|
| 107 |
client = OpenAI()
|
| 108 |
|
| 109 |
messages = [
|
| 110 |
-
{"role": "user", "content": "Hello,
|
| 111 |
]
|
| 112 |
|
| 113 |
chat_response = client.chat.completions.create(
|
|
@@ -125,7 +125,7 @@ print("Chat response:", chat_response)
|
|
| 125 |
```
|
| 126 |
|
| 127 |
## Contact Us
|
| 128 |
-
|
| 129 |
|
| 130 |
|
| 131 |
| [Discord](https://discord.gg/eYMpfnkG8h) | [X (Twitter)](https://x.com/agentscope_ai) | [DingTalk](https://qr.dingtalk.com/action/joingroup?code=v1,k1,OmDlBXpjW+I2vWjKDsjvI9dhcXjGZi3bQiojOq3dlDw=&_dt_no_comment=1&origin=11) |
|
|
|
|
| 6 |
base_model:
|
| 7 |
- Qwen/Qwen3.5-2B
|
| 8 |
---
|
| 9 |
+
# QwenPaw-Flash-2B
|
| 10 |
+
**QwenPaw-Flash** is a lightweight model deeply optimized for the QwenPaw autonomous agent scenario. Since its training phase, the model has been specifically refined for QwenPaw tasks, delivering enhanced agentic performance in tool invocation, command execution, memory management, and multi-step planning.
|
| 11 |
|
| 12 |
## Capability
|
| 13 |
+
The core strength of QwenPaw-Flash stems from its native integration with the QwenPaw ecosystem. We have constructed extensive, high-quality agent trajectory data sampled from real QwenPaw environments, systematically enhancing the model's proficiency in high-frequency daily scenarios. Key features include:
|
| 14 |
|
| 15 |
+ **Active Memory Management:** Autonomously identifies, stores, and retrieves persistent user preferences and task states, ensuring high logical consistency across multi-turn interactions.
|
| 16 |
+ **Native File Parsing:** Optimized for terminal operations and file system orchestration. Excels at generating precise CLI commands and executing complex, multi-step file I/O tasks.
|
| 17 |
+ **Efficient Information Search:** Enhanced for web-search tool invocation. Features precise search intent recognition and multi-step web navigation to effectively identify and query online information.
|
| 18 |
+
+ **Intelligent Guidance:** Built-in awareness of the QwenPaw feature map. Proactively suggests functional paths and troubleshooting based on real-time operational context.
|
| 19 |
|
| 20 |
## Model Overview
|
| 21 |
+
QwenPaw-Flash-2B/4B/9B is fine-tuned from Qwen3.5-2B/4B/9B, sharing the same architectural parameters.
|
| 22 |
|
| 23 |
+ **Type:** Causal Language Model with Vision Encoder
|
| 24 |
+ **Training Stage:** Post-training
|
|
|
|
| 39 |
+ **Context Length:** 262,144 tokens natively
|
| 40 |
|
| 41 |
## Benchmark Results
|
| 42 |
+
The complexity of QwenPaw's context engineering and tool usage poses heightened challenges for model evaluation. To address this, we have developed a dedicated benchmark tailored to the QwenPaw environment. This benchmark systematically evaluates model performance across five high-frequency usage scenarios, covering key operational dimensions.
|
| 43 |
|
| 44 |
+
Results indicate that QwenPaw-Flash delivers substantial improvements across multiple task categories, achieving performance comparable to leading flagship models—all while maintaining significantly lower resource requirements.
|
| 45 |
|
| 46 |
<img src="https://img.alicdn.com/imgextra/i2/O1CN01uQsLX61XbwkjLtHuP_!!6000000002943-2-tps-1264-888.png" width="632" title="" crop="0,0,1,1" id="ufe625d3c" class="ne-image">
|
| 47 |
|
| 48 |
+
Figure 1: QwenPaw-Flash-9B compared with other models.
|
| 49 |
|
| 50 |
<img src="https://img.alicdn.com/imgextra/i1/O1CN01OKDCHQ1yuic00Qmyu_!!6000000006639-2-tps-1984-975.png" width="628" title="" crop="0,0,1,1" id="u15257ae6" class="ne-image">
|
| 51 |
|
| 52 |
+
Figure 2: QwenPaw-Flash-2B/4B/9B compared with their respective baseline models.
|
| 53 |
|
| 54 |
## Quickstart
|
| 55 |
+
### <font style="color:rgb(31, 35, 40);">Serving QwenPaw-Flash</font>
|
| 56 |
+
QwenPaw-Flash<font style="color:rgb(31, 35, 40);"> can be served via APIs using popular inference frameworks. Below are example commands to launch OpenAI-compatible API servers for QwenPaw-Flash.</font>
|
| 57 |
|
| 58 |
#### <font style="color:rgb(31, 35, 40);">vLLM</font>
|
| 59 |
+
vLLM is a high-throughput and memory-efficient inference and serving engine for LLMs. Since QwenPaw-Flash leverages the Qwen3.5 architecture, the latest vLLM version is required for optimal compatibility. You can install it in a fresh environment using:
|
| 60 |
|
| 61 |
```plain
|
| 62 |
uv pip install vllm --torch-backend=auto --extra-index-url https://wheels.vllm.ai/nightly
|
|
|
|
| 82 |
|
| 83 |
|
| 84 |
|
| 85 |
+
### Using QwenPaw-Flash via Chat Completions API
|
| 86 |
+
Once the server is running, you can access QwenPaw-Flash via standard HTTP requests or OpenAI-compatible SDKs.
|
| 87 |
|
| 88 |
#### <font style="color:rgb(31, 35, 40);">Prerequisites</font>
|
| 89 |
Ensure the OpenAI Python SDK is installed and your environment variables are configured:
|
|
|
|
| 107 |
client = OpenAI()
|
| 108 |
|
| 109 |
messages = [
|
| 110 |
+
{"role": "user", "content": "Hello, QwenPaw!"},
|
| 111 |
]
|
| 112 |
|
| 113 |
chat_response = client.chat.completions.create(
|
|
|
|
| 125 |
```
|
| 126 |
|
| 127 |
## Contact Us
|
| 128 |
+
QwenPaw-Flash is developed by the AgentScope Team. If you would like to leave us a message, feel free to get in touch through the channels below.
|
| 129 |
|
| 130 |
|
| 131 |
| [Discord](https://discord.gg/eYMpfnkG8h) | [X (Twitter)](https://x.com/agentscope_ai) | [DingTalk](https://qr.dingtalk.com/action/joingroup?code=v1,k1,OmDlBXpjW+I2vWjKDsjvI9dhcXjGZi3bQiojOq3dlDw=&_dt_no_comment=1&origin=11) |
|