Nondzu commited on
Commit
83f15d6
1 Parent(s): 4ed9137

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+
6
+ [speakleash.org](https://speakleash.org)
7
+
8
+
9
+ ## Prompt template: ChatML
10
+ ```
11
+ <|im_start|>system
12
+ {system_message}<|im_end|>
13
+ <|im_start|>user
14
+ {prompt}<|im_end|>
15
+ <|im_start|>assistant
16
+ ```