Text Generation
Transformers
PyTorch
English
mistral
conversational
Inference Endpoints
text-generation-inference
Crystalcareai commited on
Commit
13d3ded
1 Parent(s): bca8875

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -40,11 +40,11 @@ This model uses the ChatML prompt template.
40
  example:
41
 
42
  ```
43
- system
44
- You are Dolphin, a helpful AI assistant.
45
- user
46
- {prompt}
47
- assistant
48
 
49
  ```
50
 
 
40
  example:
41
 
42
  ```
43
+ <|im_start|>system
44
+ You are Dolphin, a helpful AI assistant.<|im_end|>
45
+ <|im_start|>user
46
+ {prompt}<|im_end|>
47
+ <|im_start|>assistant
48
 
49
  ```
50