Text Generation
Transformers
GGUF
English
mistral
text-generation-inference
File size: 170 Bytes
d02b0ef
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
# dolphin-2.6-mistral-7B

## Prompt Template: ChatML

```bash
<|im_start|>system
{system_message}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
```