Update README.md
Browse files
README.md
CHANGED
|
@@ -2,4 +2,6 @@
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
---
|
| 5 |
-
Used MCTS & DPO to fine-tune this LLM. Shows strong emotional intelligence. Intended to be used with JSON structured output, with `thought/reasoning` field (or an array if you wish to split its reasoning steps) and `output` field.
|
|
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
---
|
| 5 |
+
Used MCTS & DPO to fine-tune this LLM. Shows strong emotional intelligence. Intended to be used with JSON structured output, with `thought/reasoning` field (or an array if you wish to split its reasoning steps) and `output` field.
|
| 6 |
+
|
| 7 |
+
Use whatever system prompt as long as it encourages the model to think extensively.
|