Undi95 commited on
Commit
468a4d2
1 Parent(s): 22a254d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -19,7 +19,8 @@ This repo contains fp16 files of CausalLM-RP-34B, a finetuned model of the Causa
19
  ### Prompt template ChatML
20
 
21
 
22
- ```<|im_start|>system
 
23
  {system_prompt}<|im_end|>
24
  <|im_start|>user
25
  {prompt}<|im_end|>
 
19
  ### Prompt template ChatML
20
 
21
 
22
+ ```
23
+ <|im_start|>system
24
  {system_prompt}<|im_end|>
25
  <|im_start|>user
26
  {prompt}<|im_end|>