Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,18 @@ pipeline_tag: text-generation
|
|
10 |
library_name: transformers
|
11 |
---
|
12 |
|
13 |
-
A small thinking model!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
library_name: transformers
|
11 |
---
|
12 |
|
13 |
+
A small thinking model!
|
14 |
+
|
15 |
+
|
16 |
+
template:
|
17 |
+
```
|
18 |
+
<|im_start|>system
|
19 |
+
{system}<|im_end|>
|
20 |
+
<|im_start|>user
|
21 |
+
{input}<|im_end|>
|
22 |
+
<|im_start|>assistant
|
23 |
+
<think>
|
24 |
+
{think}
|
25 |
+
</think>
|
26 |
+
{output}<|im_end|>
|
27 |
+
```
|