16 lines
732 B
JSON
16 lines
732 B
JSON
|
|
{
|
||
|
|
"add_prefix_space": false,
|
||
|
|
"backend": "tokenizers",
|
||
|
|
"bos_token": null,
|
||
|
|
"clean_up_tokenization_spaces": false,
|
||
|
|
"eos_token": "<|im_end|>",
|
||
|
|
"errors": "replace",
|
||
|
|
"is_local": false,
|
||
|
|
"local_files_only": false,
|
||
|
|
"model_max_length": 32768,
|
||
|
|
"pad_token": "<|endoftext|>",
|
||
|
|
"split_special_tokens": false,
|
||
|
|
"tokenizer_class": "Qwen2Tokenizer",
|
||
|
|
"unk_token": null,
|
||
|
|
"chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}"
|
||
|
|
}
|