Update README.md
Browse files
README.md
CHANGED
@@ -11,20 +11,23 @@ tags:
|
|
11 |
- cot
|
12 |
- o1
|
13 |
- reasoning
|
|
|
14 |
license: mit
|
15 |
language:
|
16 |
- en
|
17 |
pipeline_tag: text-generation
|
18 |
---
|
19 |
|
20 |
-
|
|
|
|
|
21 |
```
|
22 |
{{ if .System }}<|system|>
|
23 |
{{ .System }}<|im_end|>
|
24 |
{{ end }}{{ if .Prompt }}<|user|>
|
25 |
{{ .Prompt }}<|im_end|>
|
26 |
-
{{ end }}<|assistant|>{{ .
|
27 |
-
{{ .Response }}<|im_end|>
|
28 |
```
|
29 |
# Uploaded model
|
30 |
|
|
|
11 |
- cot
|
12 |
- o1
|
13 |
- reasoning
|
14 |
+
- cot
|
15 |
license: mit
|
16 |
language:
|
17 |
- en
|
18 |
pipeline_tag: text-generation
|
19 |
---
|
20 |
|
21 |
+
|
22 |
+
this is out flagship model, with top-tier reasoning, rivaling gemini-flash-exp-2.0-thinking and o1 mini. results are overall similar to both of them, we are not comparing to qwq as it has much longer results which waste tokens.
|
23 |
+
the model uses this prompt: (modified phi-4 prompt)
|
24 |
```
|
25 |
{{ if .System }}<|system|>
|
26 |
{{ .System }}<|im_end|>
|
27 |
{{ end }}{{ if .Prompt }}<|user|>
|
28 |
{{ .Prompt }}<|im_end|>
|
29 |
+
{{ end }}<|assistant|>{{ .CoT }}<|CoT|>
|
30 |
+
{{ .Response }}<|FinalAnswer|><|im_end|>
|
31 |
```
|
32 |
# Uploaded model
|
33 |
|