Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: migtissera/Tess-34B-v1.4
|
3 |
+
inference: false
|
4 |
+
license: other
|
5 |
+
license_name: yi-license
|
6 |
+
license_link: https://huggingface.co/01-ai/Yi-34B/blob/main/LICENSE
|
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-34B-v1.4](https://huggingface.co/migtissera/Tess-34B-v1.4).
|
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 |
+
# Prompt Format:
|
18 |
+
|
19 |
+
```
|
20 |
+
SYSTEM: <ANY SYSTEM CONTEXT>
|
21 |
+
USER:
|
22 |
+
ASSISTANT:
|
23 |
+
```
|