Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- Open-Orca/SlimOrca
|
5 |
+
tags:
|
6 |
+
- mistral
|
7 |
+
- finetune
|
8 |
+
---
|
9 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6468ce47e134d050a58aa89c/x44nNbPTpv0zGTqA1Jb2q.png)
|
10 |
+
|
11 |
+
### *Weights*
|
12 |
+
|
13 |
+
- [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B): 0.5
|
14 |
+
|
15 |
+
- [Intel/neural-chat-7b-v3-2](https://huggingface.co/Intel/neural-chat-7b-v3-2): 0.3
|
16 |
+
|
17 |
+
### *Density*
|
18 |
+
|
19 |
+
- [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B): 0.5
|
20 |
+
|
21 |
+
- [Intel/neural-chat-7b-v3-2](https://huggingface.co/Intel/neural-chat-7b-v3-2): 0.5
|
22 |
+
|
23 |
+
# Prompt Templates
|
24 |
+
|
25 |
+
You can use these prompt templates, but I recommend using ChatML.
|
26 |
+
|
27 |
+
### ChatML [(OpenHermes-2.5-Mistral-7B)](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B):
|
28 |
+
|
29 |
+
```
|
30 |
+
<|im_start|>system
|
31 |
+
{system}
|
32 |
+
<|im_start|>user
|
33 |
+
{user}<|im_end|>
|
34 |
+
<|im_start|>assistant
|
35 |
+
{asistant}<|im_end|>
|
36 |
+
```
|
37 |
+
|
38 |
+
### [neural-chat-7b-v3-2](https://huggingface.co/Intel/neural-chat-7b-v3-2):
|
39 |
+
|
40 |
+
```
|
41 |
+
### System:
|
42 |
+
{system}
|
43 |
+
### User:
|
44 |
+
{usr}
|
45 |
+
### Assistant:
|
46 |
+
```
|