Venkman42 commited on
Commit
57b5ef6
1 Parent(s): 067c07a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -18,6 +18,21 @@ Phiter is a merge of the following models using [LazyMergekit](https://colab.res
18
  * [cognitivecomputations/dolphin-2_6-phi-2](https://huggingface.co/cognitivecomputations/dolphin-2_6-phi-2)
19
 
20
  For Licensing check the basemodels licenses
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ## 🧩 Configuration
22
 
23
  ```yaml
 
18
  * [cognitivecomputations/dolphin-2_6-phi-2](https://huggingface.co/cognitivecomputations/dolphin-2_6-phi-2)
19
 
20
  For Licensing check the basemodels licenses
21
+
22
+ <!-- prompt-template start -->
23
+ ## Prompt template: ChatML
24
+
25
+ ```
26
+ <|im_start|>system
27
+ {system_message}<|im_end|>
28
+ <|im_start|>user
29
+ {prompt}<|im_end|>
30
+ <|im_start|>assistant
31
+
32
+ ```
33
+
34
+ <!-- prompt-template end -->
35
+
36
  ## 🧩 Configuration
37
 
38
  ```yaml