File size: 465 Bytes
f862712
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "bos_token": "<|im_start|>",
  "eos_token": "<|endoftext|>",
  "pad_token": "<|pad|>",
  "additional_special_tokens": [
    "<|im_end|>",
    "<|thinking|>",
    "<|/thinking|>",
    "<|tool_calls|>",
    "<|/tool_calls|>",
    "<|tool_response|>",
    "<|/tool_response|>",
    "<|code|>",
    "<|/code|>",
    "<|analysis|>",
    "<|/analysis|>",
    "<|result|>",
    "<|/result|>",
    "<|tool|>",
    "<|system|>",
    "<|user|>",
    "<|assistant|>"
  ]
}