Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -1996,7 +1996,7 @@
|
|
1996 |
}
|
1997 |
},
|
1998 |
"bos_token": "<bos>",
|
1999 |
-
"chat_template": "{{ bos_token }}{% for message in messages %}{% if message['role'] not in ['system', 'user', 'assistant'] %}{{ raise_exception('Unsupported role detected: '
|
2000 |
"clean_up_tokenization_spaces": false,
|
2001 |
"eos_token": "<eos>",
|
2002 |
"model_max_length": 1000000000000000019884624838656,
|
|
|
1996 |
}
|
1997 |
},
|
1998 |
"bos_token": "<bos>",
|
1999 |
+
"chat_template": "{{ bos_token }}{% for message in messages %}{% if message['role'] not in ['system', 'user', 'assistant'] %}{{ raise_exception('Unsupported role detected: ' + message['role']) }}{% endif %}{{ '<start_of_turn>' + message['role'] + '\n' + message['content'] | trim + '<end_of_turn>\n' }}{% endfor %}{% if add_generation_prompt %}{{ '<start_of_turn>assistant\n' }}{% endif %}",
|
2000 |
"clean_up_tokenization_spaces": false,
|
2001 |
"eos_token": "<eos>",
|
2002 |
"model_max_length": 1000000000000000019884624838656,
|