File size: 722 Bytes
d4b5589 a9e68ce d4b5589 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
{
"additional_special_tokens": [
"<tools>",
"</tools>",
"<think>",
"</think>",
"<tool_call>",
"</tool_call>",
"<tool_response>",
"</tool_response>",
"<pad>",
"<eos>"
],
"bos_token": {
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"end_of_utterance_token": "<end_of_utterance>",
"eos_token": "<eos>",
"fake_image_token": "<fake_token_around_image>",
"global_image_token": "<global-img>",
"image_token": "<image>",
"pad_token": "<pad>",
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}
|