| { | |
| "add_prefix_space": null, | |
| "backend": "tokenizers", | |
| "bos_token": null, | |
| "eos_token": "<|endoftext|>", | |
| "is_local": true, | |
| "model_max_length": 1000000000000000019884624838656, | |
| "pad_token": "<|endoftext|>", | |
| "tokenizer_class": "Qwen2Tokenizer", | |
| "unk_token": "<|endoftext|>", | |
| "chat_template": "{%- for message in messages -%}\n{{- '<|im_start|>' + message['role'] + '\\n' + message['content'] + '<|im_end|>\\n' -}}\n{%- endfor -%}\n{%- if add_generation_prompt -%}{{- '<|im_start|>assistant\\n' -}}{%- endif -%}\n" | |
| } |