Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -50,7 +50,7 @@
|
|
50 |
"bos_token": "<s>",
|
51 |
"chat_template": "{{ bos_token }}{% for message in messages %}{{ 'GPT4 Correct ' + message['role'].title() + ': ' + message['content'] + '<|end_of_turn|>'}}{% endfor %}{% if add_generation_prompt %}{{ 'GPT4 Correct Assistant:' }}{% endif %}",
|
52 |
"clean_up_tokenization_spaces": false,
|
53 |
-
"eos_token": "
|
54 |
"legacy": true,
|
55 |
"model_max_length": 1000000000000000019884624838656,
|
56 |
"pad_token": null,
|
|
|
50 |
"bos_token": "<s>",
|
51 |
"chat_template": "{{ bos_token }}{% for message in messages %}{{ 'GPT4 Correct ' + message['role'].title() + ': ' + message['content'] + '<|end_of_turn|>'}}{% endfor %}{% if add_generation_prompt %}{{ 'GPT4 Correct Assistant:' }}{% endif %}",
|
52 |
"clean_up_tokenization_spaces": false,
|
53 |
+
"eos_token": "<|end_of_turn|>",
|
54 |
"legacy": true,
|
55 |
"model_max_length": 1000000000000000019884624838656,
|
56 |
"pad_token": null,
|