Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,40 @@
|
|
1 |
-
|
2 |
---
|
3 |
license: apache-2.0
|
4 |
---
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
# Yaml Config to reproduce
|
10 |
|
11 |
```yaml
|
12 |
-
|
13 |
slices:
|
14 |
- sources:
|
15 |
- model: teknium/OpenHermes-2.5-Mistral-7B
|
@@ -26,5 +51,4 @@ parameters:
|
|
26 |
value: [1, 0.5, 0.7, 0.3, 0]
|
27 |
- value: 0.5 # fallback for rest of tensors
|
28 |
dtype: bfloat16
|
29 |
-
|
30 |
```
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6468ce47e134d050a58aa89c/x44nNbPTpv0zGTqA1Jb2q.png)
|
5 |
+
|
6 |
+
# OpenHermes-2.5-neural-chat-v3-3-Slerp
|
7 |
+
|
8 |
+
This is the model for OpenHermes-2.5-neural-chat-v3-3-Slerp. I used [mergekit](https://github.com/cg123/mergekit) to merge models.
|
9 |
+
|
10 |
+
# Prompt Templates
|
11 |
+
|
12 |
+
You can use these prompt templates, but I recommend using ChatML.
|
13 |
+
|
14 |
+
### ChatML [(OpenHermes-2.5-Mistral-7B)](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B):
|
15 |
+
|
16 |
+
```
|
17 |
+
<|im_start|>system
|
18 |
+
{system}<|im_end|>
|
19 |
+
<|im_start|>user
|
20 |
+
{user}<|im_end|>
|
21 |
+
<|im_start|>assistant
|
22 |
+
{asistant}<|im_end|>
|
23 |
+
```
|
24 |
|
25 |
+
### [neural-chat-7b-v3-3](https://huggingface.co/Intel/neural-chat-7b-v3-3):
|
26 |
+
|
27 |
+
```
|
28 |
+
### System:
|
29 |
+
{system}
|
30 |
+
### User:
|
31 |
+
{user}
|
32 |
+
### Assistant:
|
33 |
+
```
|
34 |
|
35 |
# Yaml Config to reproduce
|
36 |
|
37 |
```yaml
|
|
|
38 |
slices:
|
39 |
- sources:
|
40 |
- model: teknium/OpenHermes-2.5-Mistral-7B
|
|
|
51 |
value: [1, 0.5, 0.7, 0.3, 0]
|
52 |
- value: 0.5 # fallback for rest of tensors
|
53 |
dtype: bfloat16
|
|
|
54 |
```
|