Epiculous commited on
Commit
4cceb1e
1 Parent(s): e1b9a58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -32,7 +32,7 @@ Taking what seemed to work out well with Crimson_Dawn-v0.1, the new Crimson_Dawn
32
  ## Prompting
33
  The v0.2 models are trained on ChatML, the prompting structure goes a little something like this:
34
 
35
- '''
36
  <|im_start|>user
37
  Hi there!<|im_end|>
38
  <|im_start|>assistant
@@ -40,7 +40,7 @@ Nice to meet you!<|im_end|>
40
  <|im_start|>user
41
  Can I ask a question?<|im_end|>
42
  <|im_start|>assistant
43
- '''
44
 
45
  ### Context and Instruct
46
  The v0.2 models are trained on ChatML, please use that Context and Instruct template.
 
32
  ## Prompting
33
  The v0.2 models are trained on ChatML, the prompting structure goes a little something like this:
34
 
35
+ ```
36
  <|im_start|>user
37
  Hi there!<|im_end|>
38
  <|im_start|>assistant
 
40
  <|im_start|>user
41
  Can I ask a question?<|im_end|>
42
  <|im_start|>assistant
43
+ ```
44
 
45
  ### Context and Instruct
46
  The v0.2 models are trained on ChatML, please use that Context and Instruct template.