| { |
| "additional_special_tokens": [ |
| "<tools>", |
| "</tools>", |
| "<think>", |
| "</think>", |
| "<tool_call>", |
| "</tool_call>", |
| "<tool_response>", |
| "</tool_response>", |
| "<|im_end|>" |
| ], |
| "bos_token": { |
| "content": "<|endoftext|>", |
| "lstrip": false, |
| "normalized": false, |
| "rstrip": false, |
| "single_word": false |
| }, |
| "eos_token": "<|im_end|>", |
| "pad_token": { |
| "content": "<|im_end|>", |
| "lstrip": false, |
| "normalized": false, |
| "rstrip": false, |
| "single_word": false |
| }, |
| "unk_token": { |
| "content": "<|endoftext|>", |
| "lstrip": false, |
| "normalized": false, |
| "rstrip": false, |
| "single_word": false |
| } |
| } |
|
|