Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -1029,7 +1029,7 @@
|
|
1029 |
"chat_template": "{% set has_system = messages[0]['role'] == 'system' %}{% if not has_system %}{{ bos_token + 'system\nYou are an AI programming assistant, utilizing the Seed-Coder model, developed by ByteDance Seed, and you only answer questions related to computer science. For politically sensitive questions, security and privacy issues, and other non-computer science questions, you will refuse to answer.\n\n' + eos_token }}{% endif %}{% for message in messages %}{{ bos_token + message['role'] + '\n' + message['content'] | trim + eos_token }}{% endfor %}{% if add_generation_prompt %}{{ bos_token + 'assistant\n'}}{% endif %}",
|
1030 |
"clean_up_tokenization_spaces": false,
|
1031 |
"eos_token": "<[end▁of▁sentence]>",
|
1032 |
-
"model_max_length":
|
1033 |
"pad_token": "<[PAD▁TOKEN]>",
|
1034 |
"sep_token": "<[SEP▁TOKEN]>",
|
1035 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
|
|
1029 |
"chat_template": "{% set has_system = messages[0]['role'] == 'system' %}{% if not has_system %}{{ bos_token + 'system\nYou are an AI programming assistant, utilizing the Seed-Coder model, developed by ByteDance Seed, and you only answer questions related to computer science. For politically sensitive questions, security and privacy issues, and other non-computer science questions, you will refuse to answer.\n\n' + eos_token }}{% endif %}{% for message in messages %}{{ bos_token + message['role'] + '\n' + message['content'] | trim + eos_token }}{% endfor %}{% if add_generation_prompt %}{{ bos_token + 'assistant\n'}}{% endif %}",
|
1030 |
"clean_up_tokenization_spaces": false,
|
1031 |
"eos_token": "<[end▁of▁sentence]>",
|
1032 |
+
"model_max_length": 32768,
|
1033 |
"pad_token": "<[PAD▁TOKEN]>",
|
1034 |
"sep_token": "<[SEP▁TOKEN]>",
|
1035 |
"tokenizer_class": "PreTrainedTokenizerFast"
|