Added ChatML suggestion
Browse files
README.md
CHANGED
@@ -118,6 +118,16 @@ model-index:
|
|
118 |
|
119 |
# KangalKhan-RawEmerald-7B
|
120 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
KangalKhan-RawEmerald-7B is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
122 |
* [argilla/CapybaraHermes-2.5-Mistral-7B](https://huggingface.co/argilla/CapybaraHermes-2.5-Mistral-7B)
|
123 |
* [argilla/distilabeled-OpenHermes-2.5-Mistral-7B](https://huggingface.co/argilla/distilabeled-OpenHermes-2.5-Mistral-7B)
|
|
|
118 |
|
119 |
# KangalKhan-RawEmerald-7B
|
120 |
|
121 |
+
I suggest using ChatML (Use whatever system prompt you like, this is just an example!):
|
122 |
+
```
|
123 |
+
<|im_start|>system
|
124 |
+
You are a friendly assistant.<|im_end|>
|
125 |
+
<|im_start|>user
|
126 |
+
Hello, what are you?<|im_end|>
|
127 |
+
<|im_start|>assistant
|
128 |
+
I am an AI language model designed to assist users with information and answer their questions. How can I help you today?<|im_end|>
|
129 |
+
```
|
130 |
+
|
131 |
KangalKhan-RawEmerald-7B is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
132 |
* [argilla/CapybaraHermes-2.5-Mistral-7B](https://huggingface.co/argilla/CapybaraHermes-2.5-Mistral-7B)
|
133 |
* [argilla/distilabeled-OpenHermes-2.5-Mistral-7B](https://huggingface.co/argilla/distilabeled-OpenHermes-2.5-Mistral-7B)
|