File size: 905 Bytes
b1fbc72 a2531bc b1fbc72 6764656 b1fbc72 a2531bc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
{
"added_tokens_decoder": {},
"auto_map": {
"AutoTokenizer": [
"tokenization_zhinao.ZhinaoTokenizer",
null
]
},
"stop_token_ids": [
158326,
158332,
158333
],
"stop": [
"<eod>",
"<|im_start|>",
"<|im_end|>"
],
"clean_up_tokenization_spaces": false,
"do_lower_case": false,
"eos_token": "<eod>",
"model_max_length": 4096,
"pad_token": "<pad>",
"padding_side": "left",
"remove_space": false,
"tokenizer_class": "ZhinaoTokenizer",
"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 %}",
"unk_token": "<unk>"
}
|