| { | |
| "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 | |
| } | |
| } | |