Mihaiii commited on
Commit
1ac0b9a
·
1 Parent(s): 91b0de2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: migtissera/Tess-XS-v1-3-yarn-128K
3
+ license: apache-2.0
4
+ metrics:
5
+ - accuracy
6
+ ---
7
+
8
+ [<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)
9
+
10
+ An instruct based fine tune of [migtissera/Tess-XS-v1-3-yarn-128K](https://huggingface.co/migtissera/Tess-XS-v1-3-yarn-128K).
11
+
12
+ It works well with long system prompts.
13
+
14
+ 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.
15
+
16
+ This model is trained on a private dataset. The high GSM8K score is **NOT** because of the MetaMath dataset.
17
+
18
+ # Prompt Format:
19
+
20
+ ```
21
+ SYSTEM: <ANY SYSTEM CONTEXT>
22
+ USER:
23
+ ASSISTANT:
24
+ ```