File size: 453 Bytes
d0e32f5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "model_type": "sentencepiece",
  "vocab_size": 8192,
  "bos_token": "<|bos|>",
  "eos_token": "<|eos|>",
  "pad_token": "<|pad|>",
  "chat_template": "{% for message in messages %}<|im_start|>{{ message.role }}\n{{ message.content }}<|im_end|>\n{% endfor %}<|im_start|>assistant\n",
  "special_tokens": {
    "im_start": "<|im_start|>",
    "im_end": "<|im_end|>",
    "bos": "<|bos|>",
    "eos": "<|eos|>",
    "pad": "<|pad|>"
  }
}