G-reen commited on
Commit
8ddd071
1 Parent(s): a9d285d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -30,7 +30,13 @@ Epochs: 1
30
 
31
  Learning rate scheduler: Linear
32
 
33
- Prompt Format: ```You are a helpful assistant.<s>[INST] PROMPT [/INST]RESPONSE</s>``` (The start token \<s\> must be added manually and not automatically)
 
 
 
 
 
 
34
 
35
 
36
  **WanDB Reports**
 
30
 
31
  Learning rate scheduler: Linear
32
 
33
+ Prompt Format: ChatML
34
+ ```<|im_start|>system
35
+ You are a helpful assistant.<|im_end|>
36
+ <|im_start|>user
37
+ Why is the sky blue?<|im_end|>
38
+ <|im_start|>assistant
39
+ ```
40
 
41
 
42
  **WanDB Reports**