nightmedia commited on
Commit
7bc0e42
·
verified ·
1 Parent(s): 97203c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -53,6 +53,19 @@ qx64-hi 3.973 ± 0.026 32.86 GB 1532
53
  mxfp4 4.170 ± 0.028 25.33 GB 1471
54
  ```
55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  ## Use with mlx
57
 
58
  ```bash
 
53
  mxfp4 4.170 ± 0.028 25.33 GB 1471
54
  ```
55
 
56
+
57
+ ## Thinking toggle
58
+
59
+ This model is using(an early version of) the fixed jinja template from [froggeric/Qwen-Fixed-Chat-Templates](https://huggingface.co/froggeric/Qwen-Fixed-Chat-Templates)
60
+
61
+ Drop <|think_on|> or <|think_off|> anywhere in your system or user prompt. The template intercepts the tag, removes it from context so the model never sees it, and flips the mode.
62
+
63
+ The tag syntax (<|think_on|>, <|think_off|>) uses Qwen's control-token delimiters, so it will never collide with real text. Earlier community templates used /think, which broke legitimate paths like cd /mnt/project/think.
64
+
65
+ I added a similar set of tags as <|think_forget|> or <|think_remember|> for handling the `preserve_thinking` flag.
66
+
67
+ -G
68
+
69
  ## Use with mlx
70
 
71
  ```bash