nightmedia commited on
Commit
ca2d680
·
verified ·
1 Parent(s): f6c0696

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -71,8 +71,6 @@ qx64-hi 4.438 ± 0.029 36.91 GB 1466
71
  mxfp4 4.758 ± 0.032 25.33 GB 1595
72
  ```
73
 
74
- More metrics coming soon.
75
-
76
  ## Model components
77
 
78
  armand0e/Qwen3.6-35B-A3B-Fable-5-Distill
@@ -113,6 +111,16 @@ qx86-hi 4.826 ± 0.033 45.50 GB 1474
113
  qx64-hi 4.710 ± 0.032 36.83 GB 1414
114
  ```
115
 
 
 
 
 
 
 
 
 
 
 
116
  ## Contribute to NightmediaAI
117
 
118
  If you like our models and want to contribute to help us improve our lab, any form would do:
 
71
  mxfp4 4.758 ± 0.032 25.33 GB 1595
72
  ```
73
 
 
 
74
  ## Model components
75
 
76
  armand0e/Qwen3.6-35B-A3B-Fable-5-Distill
 
111
  qx64-hi 4.710 ± 0.032 36.83 GB 1414
112
  ```
113
 
114
+ ## Thinking toggle
115
+
116
+ 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)
117
+
118
+ 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.
119
+
120
+ 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.
121
+
122
+ I added a similar set of tags as <|think_forget|> or <|think_remember|> for handling the `preserve_thinking` flag.
123
+
124
  ## Contribute to NightmediaAI
125
 
126
  If you like our models and want to contribute to help us improve our lab, any form would do: