Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ See prompt format below for all of the details.
|
|
18 |
|
19 |
#### Highlights
|
20 |
|
21 |
-
A model built on the continuation the [airoboros-2.2
|
22 |
|
23 |
* MathJSON - this is not yet part of the code directly, but can be easily parsed and executed, as a way to perform deterministic calculations. LLMs suck at math, so this does problem formulation and let's the work be done by traditional operations.
|
24 |
* Human-generated RP multi-turn conversation - provided by an anon, this is a human created RP dataset, meant to assist with multi-turn coherency and chat experience.
|
|
|
18 |
|
19 |
#### Highlights
|
20 |
|
21 |
+
A model built on the continuation the [airoboros-2.2.1 dataset](https://hf.co/datasets/jondurbin/airoboros-2.2.1) with the following extras:
|
22 |
|
23 |
* MathJSON - this is not yet part of the code directly, but can be easily parsed and executed, as a way to perform deterministic calculations. LLMs suck at math, so this does problem formulation and let's the work be done by traditional operations.
|
24 |
* Human-generated RP multi-turn conversation - provided by an anon, this is a human created RP dataset, meant to assist with multi-turn coherency and chat experience.
|