shimmyshimmer commited on
Commit
7b68e41
·
verified ·
1 Parent(s): 29cfd8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -50,6 +50,29 @@ tags:
50
  | **Qwen2.5 (7B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Qwen2.5_(7B)-Alpaca.ipynb) | 2x faster | 60% less |
51
  | **Phi-4 (14B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Phi_4-Conversational.ipynb) | 2x faster | 50% less |
52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  # Qwen3-235B-A22B
54
 
55
  ## Qwen3 Highlights
 
50
  | **Qwen2.5 (7B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Qwen2.5_(7B)-Alpaca.ipynb) | 2x faster | 60% less |
51
  | **Phi-4 (14B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Phi_4-Conversational.ipynb) | 2x faster | 50% less |
52
 
53
+ # To Switch Between Thinking and Non-Thinking
54
+ 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.
55
+
56
+ Here is an example of multi-turn conversation:
57
+
58
+ ```
59
+ > Who are you /no_think
60
+
61
+ <think>
62
+
63
+ </think>
64
+
65
+ I am Qwen, a large-scale language model developed by Alibaba Cloud. [...]
66
+
67
+ > How many 'r's are in 'strawberries'? /think
68
+
69
+ <think>
70
+ Okay, let's see. The user is asking how many times the letter 'r' appears in the word "strawberries". [...]
71
+ </think>
72
+
73
+ The word strawberries contains 3 instances of the letter r. [...]
74
+ ```
75
+
76
  # Qwen3-235B-A22B
77
 
78
  ## Qwen3 Highlights