PocketDoc commited on
Commit
1dd754b
·
verified ·
1 Parent(s): c64612e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -60,8 +60,8 @@ There has not been any form of harmfulness alignment done on this model, please
60
 
61
  The model has been trained on standard "ChatML" format prompting, an example of which is shown below:
62
 
63
- ```py
64
- """<|im_start|>system
65
  system prompt<|im_end|>
66
  <|im_start|>user
67
  Hi there!<|im_end|>
@@ -70,7 +70,6 @@ Nice to meet you!<|im_end|>
70
  <|im_start|>user
71
  Can I ask a question?<|im_end|>
72
  <|im_start|>assistant
73
- """
74
  ```
75
 
76
 
 
60
 
61
  The model has been trained on standard "ChatML" format prompting, an example of which is shown below:
62
 
63
+ ```
64
+ <|im_start|>system
65
  system prompt<|im_end|>
66
  <|im_start|>user
67
  Hi there!<|im_end|>
 
70
  <|im_start|>user
71
  Can I ask a question?<|im_end|>
72
  <|im_start|>assistant
 
73
  ```
74
 
75