djuna commited on
Commit
3530705
·
verified ·
1 Parent(s): 9b00f08

New line after think tag

Browse files

based on QwQ chat template, maybe this is better
`{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n<think>\\n' }}\n{%- endif %}`

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -9,7 +9,6 @@ tags:
9
  - mergekit
10
  - mergekitty
11
  - merge
12
-
13
  ---
14
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/675a77cf99ca23af9daacccc/Tdn0PJBFnG3J6UcjO9G94.png)
15
 
@@ -42,7 +41,8 @@ Style Preference: Encourage the usage of a Japanese light novel writing style.
42
  Deciding to fixate on that, my reasoning starter is:
43
 
44
  ```
45
- <think>Okay, in this scenario, before responding I need to consider the writing style referenced in the prompt, which is
 
46
  ```
47
 
48
  What this did for me, at least during testing is that it gave the reasoning a structure to follow across rerolls, seeking out that part of the prompt consistently.
@@ -184,4 +184,4 @@ tokenizer_source: Qwen/Qwen2.5-32B-Instruct
184
  dtype: bfloat16
185
 
186
 
187
- ```
 
9
  - mergekit
10
  - mergekitty
11
  - merge
 
12
  ---
13
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/675a77cf99ca23af9daacccc/Tdn0PJBFnG3J6UcjO9G94.png)
14
 
 
41
  Deciding to fixate on that, my reasoning starter is:
42
 
43
  ```
44
+ <think>
45
+ Okay, in this scenario, before responding I need to consider the writing style referenced in the prompt, which is
46
  ```
47
 
48
  What this did for me, at least during testing is that it gave the reasoning a structure to follow across rerolls, seeking out that part of the prompt consistently.
 
184
  dtype: bfloat16
185
 
186
 
187
+ ```