Update README.md
Browse files
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 |
-
|
|
|
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|>
|