wesley7137
commited on
Commit
•
5a53d30
1
Parent(s):
76adcc4
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- 'shareded '
|
4 |
+
- openhermes
|
5 |
+
- neural-chat-7b
|
6 |
+
- mistral-7b
|
7 |
+
---
|
8 |
+
Sharded version of
|
9 |
+
|
10 |
+
Merge of teknium/OpenHermes-2.5-Mistral-7B and Intel/neural-chat-7b-v3-2 using ties merge.
|
11 |
+
|
12 |
+
Note: Intel/neural-chat-7b-v3-1 merge version is available here
|
13 |
+
|
14 |
+
Weights
|
15 |
+
teknium/OpenHermes-2.5-Mistral-7B: 0.5
|
16 |
+
|
17 |
+
Intel/neural-chat-7b-v3-2: 0.3
|
18 |
+
|
19 |
+
Density
|
20 |
+
teknium/OpenHermes-2.5-Mistral-7B: 0.5
|
21 |
+
|
22 |
+
Intel/neural-chat-7b-v3-2: 0.5
|
23 |
+
|
24 |
+
Prompt Templates
|
25 |
+
You can use these prompt templates, but I recommend using ChatML.
|
26 |
+
|
27 |
+
ChatML (OpenHermes-2.5-Mistral-7B):
|
28 |
+
<|im_start|>system
|
29 |
+
{system}<|im_end|>
|
30 |
+
<|im_start|>user
|
31 |
+
{user}<|im_end|>
|
32 |
+
<|im_start|>assistant
|
33 |
+
{asistant}<|im_end|>
|
34 |
+
|
35 |
+
Save
|
36 |
+
neural-chat-7b-v3-2
|
37 |
+
### System:
|
38 |
+
{system}
|
39 |
+
### User:
|
40 |
+
{user}
|
41 |
+
### Assistant:
|
42 |
+
|
43 |
+
Save
|