| { | |
| "model_max_length": 2048, | |
| "add_prefix_space": false, | |
| "bos_token": "<|bos|>", | |
| "eos_token": null, | |
| "unk_token": null, | |
| "special_tokens_map": { | |
| "additional_special_tokens": [ | |
| "<|bos|>", | |
| "<|user_start|>", | |
| "<|user_end|>", | |
| "<|assistant_start|>", | |
| "<|assistant_end|>", | |
| "<|python_start|>", | |
| "<|python_end|>", | |
| "<|output_start|>", | |
| "<|output_end|>" | |
| ] | |
| } | |
| } |