Yuma42 commited on
Commit
096f14d
1 Parent(s): 2101b44

Added ChatML suggestion

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -118,6 +118,16 @@ model-index:
118
 
119
  # KangalKhan-Ruby-7B
120
 
 
 
 
 
 
 
 
 
 
 
121
  KangalKhan-Ruby-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-Ruby-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-Ruby-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)