Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ Inspired by and featuring the Reflection Tuning technique pioneered by Matt Shum
|
|
37 |
|
38 |
**As per the inspiring model "mattshumer/Reflection-Llama-3.1-70B" (this model was not used in the training process nor as a foundational model, but only served as inspiration) :**
|
39 |
|
40 |
-
|
41 |
|
42 |
During sampling, the model will start by outputting reasoning inside <thinking> and </thinking> tags, and then once it is satisfied with its reasoning, it will output the final answer inside <output> and </output> tags. Each of these tags are special tokens, trained into the model.
|
43 |
|
@@ -61,7 +61,7 @@ You are a world-class AI system, capable of complex reasoning and reflection. Re
|
|
61 |
|
62 |
what is 2+2?<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
63 |
|
64 |
-
|
65 |
|
66 |
|
67 |
## Use with llama.cpp
|
|
|
37 |
|
38 |
**As per the inspiring model "mattshumer/Reflection-Llama-3.1-70B" (this model was not used in the training process nor as a foundational model, but only served as inspiration) :**
|
39 |
|
40 |
+
```
|
41 |
|
42 |
During sampling, the model will start by outputting reasoning inside <thinking> and </thinking> tags, and then once it is satisfied with its reasoning, it will output the final answer inside <output> and </output> tags. Each of these tags are special tokens, trained into the model.
|
43 |
|
|
|
61 |
|
62 |
what is 2+2?<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
63 |
|
64 |
+
```
|
65 |
|
66 |
|
67 |
## Use with llama.cpp
|