Nondzu commited on
Commit
96a0fa3
1 Parent(s): 5b0d215

Update README.md

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