Kim JaeCheol commited on
Commit
15acc5b
1 Parent(s): ca63b3f

prompt teamplate modified

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -2,4 +2,10 @@
2
  license: apache-2.0
3
  pipeline_tag: text-generation
4
  ---
5
- ## Prompt Template: ChatML
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  pipeline_tag: text-generation
4
  ---
5
+ ## Prompt Template: ChatML
6
+ ```
7
+ <|im_start|>user
8
+ {instruction}<|im_end|>
9
+ <|im_start|>assistant
10
+ {output}<|im_end|>
11
+ ```