Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,12 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
4 |
|
5 |
Merge of [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B) and [Intel/neural-chat-7b-v3-1](https://huggingface.co/Intel/neural-chat-7b-v3-1) using ties merge.
|
6 |
|
@@ -16,6 +22,30 @@ Merge of [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/Open
|
|
16 |
|
17 |
- [Intel/neural-chat-7b-v3-1](https://huggingface.co/Intel/neural-chat-7b-v3-1): 0.5
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
# Quantizationed versions
|
21 |
|
@@ -31,4 +61,5 @@ Quantizationed versions of this model is available thanks to [TheBloke](https://
|
|
31 |
|
32 |
##### AWQ
|
33 |
|
34 |
-
- [TheBloke/OpenHermes-2.5-neural-chat-7B-v3-1-7B-AWQ](https://huggingface.co/TheBloke/OpenHermes-2.5-neural-chat-7B-v3-1-7B-AWQ)
|
|
|
|
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 |
Merge of [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B) and [Intel/neural-chat-7b-v3-1](https://huggingface.co/Intel/neural-chat-7b-v3-1) using ties merge.
|
12 |
|
|
|
22 |
|
23 |
- [Intel/neural-chat-7b-v3-1](https://huggingface.co/Intel/neural-chat-7b-v3-1): 0.5
|
24 |
|
25 |
+
# Prompt Templates
|
26 |
+
|
27 |
+
You can use these prompt templates, but I recommend using ChatML.
|
28 |
+
|
29 |
+
### ChatML [(OpenHermes-2.5-Mistral-7B)](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B):
|
30 |
+
|
31 |
+
```
|
32 |
+
<|im_start|>system
|
33 |
+
{system}
|
34 |
+
<|im_start|>user
|
35 |
+
{user}<|im_end|>
|
36 |
+
<|im_start|>assistant
|
37 |
+
{asistant}<|im_end|>
|
38 |
+
```
|
39 |
+
|
40 |
+
### [OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B):
|
41 |
+
|
42 |
+
```
|
43 |
+
### System:
|
44 |
+
{system}
|
45 |
+
### User:
|
46 |
+
{usr}
|
47 |
+
### Assistant:
|
48 |
+
```
|
49 |
|
50 |
# Quantizationed versions
|
51 |
|
|
|
61 |
|
62 |
##### AWQ
|
63 |
|
64 |
+
- [TheBloke/OpenHermes-2.5-neural-chat-7B-v3-1-7B-AWQ](https://huggingface.co/TheBloke/OpenHermes-2.5-neural-chat-7B-v3-1-7B-AWQ)
|
65 |
+
|