Update README.md
Browse files
README.md
CHANGED
@@ -11,29 +11,6 @@ tags:
|
|
11 |
- transformers
|
12 |
---
|
13 |
|
14 |
-
# To Switch Between Thinking and Non-Thinking
|
15 |
-
If you are using llama.cpp, Ollama, Open WebUI etc., you can add `/think` and `/no_think` to user prompts or system messages to switch the model's thinking mode from turn to turn. The model will follow the most recent instruction in multi-turn conversations.
|
16 |
-
|
17 |
-
Here is an example of multi-turn conversation:
|
18 |
-
|
19 |
-
```
|
20 |
-
> Who are you /no_think
|
21 |
-
|
22 |
-
<think>
|
23 |
-
|
24 |
-
</think>
|
25 |
-
|
26 |
-
I am Qwen, a large-scale language model developed by Alibaba Cloud. [...]
|
27 |
-
|
28 |
-
> How many 'r's are in 'strawberries'? /think
|
29 |
-
|
30 |
-
<think>
|
31 |
-
Okay, let's see. The user is asking how many times the letter 'r' appears in the word "strawberries". [...]
|
32 |
-
</think>
|
33 |
-
|
34 |
-
The word strawberries contains 3 instances of the letter r. [...]
|
35 |
-
```
|
36 |
-
|
37 |
# Qwen3-1.7B
|
38 |
|
39 |
## Qwen3 Highlights
|
|
|
11 |
- transformers
|
12 |
---
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
# Qwen3-1.7B
|
15 |
|
16 |
## Qwen3 Highlights
|