Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
3 |
+
inference: false
|
4 |
+
license: apache-2.0
|
5 |
+
license_name: apache-2.0
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
---
|
9 |
+
|
10 |
+
[<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)
|
11 |
+
|
12 |
+
An instruct based fine tune of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2).
|
13 |
+
|
14 |
+
It works well with long system prompts.
|
15 |
+
|
16 |
+
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.
|
17 |
+
|
18 |
+
This model is trained on a private dataset. The high GSM8K score is **NOT** because of the MetaMath dataset.
|
19 |
+
|
20 |
+
# Prompt Format:
|
21 |
+
|
22 |
+
```
|
23 |
+
### System:
|
24 |
+
{system_message}
|
25 |
+
### Instruction:
|
26 |
+
{prompt}
|
27 |
+
### Response:
|
28 |
+
```
|