{ | |
"added_tokens_decoder": { | |
"158323": { | |
"content": "<pad>", | |
"lstrip": false, | |
"normalized": false, | |
"rstrip": false, | |
"single_word": false, | |
"special": true | |
} | |
}, | |
"auto_map": { | |
"AutoTokenizer": [ | |
"tokenization_zhinao.ZhinaoTokenizer", | |
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 %}", | |
"clean_up_tokenization_spaces": false, | |
"do_lower_case": false, | |
"model_max_length": 4096, | |
"pad_token": "<pad>", | |
"padding_side": "right", | |
"remove_space": false, | |
"tokenizer_class": "ZhinaoTokenizer" | |
} | |