Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: migtissera/Tess-10.7B-v1.5b
|
3 |
+
inference: false
|
4 |
+
license: apache-2.0
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
---
|
8 |
+
|
9 |
+
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
10 |
+
|
11 |
+
An instruct based fine tune of [migtissera/Tess-10.7B-v1.5b](https://huggingface.co/migtissera/Tess-10.7B-v1.5b).
|
12 |
+
|
13 |
+
It works well with long system prompts.
|
14 |
+
|
15 |
+
It isn't generic in a sense that it shouldn't be used for story telling, for example, but only for reasoning and text comprehension.
|
16 |
+
|
17 |
+
This model is trained on a private dataset. The high GSM8K score is **NOT** because of the MetaMath dataset.
|
18 |
+
|
19 |
+
# Prompt Format:
|
20 |
+
|
21 |
+
```
|
22 |
+
SYSTEM: <ANY SYSTEM CONTEXT>
|
23 |
+
USER:
|
24 |
+
ASSISTANT:
|
25 |
+
```
|