alexmarques
commited on
Commit
•
dc9ad78
1
Parent(s):
6b0c799
Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
@@ -2051,6 +2051,7 @@
|
|
2051 |
},
|
2052 |
"bos_token": "<|begin_of_text|>",
|
2053 |
"clean_up_tokenization_spaces": true,
|
|
|
2054 |
"eos_token": "<|end_of_text|>",
|
2055 |
"model_input_names": [
|
2056 |
"input_ids",
|
|
|
2051 |
},
|
2052 |
"bos_token": "<|begin_of_text|>",
|
2053 |
"clean_up_tokenization_spaces": true,
|
2054 |
+
"chat_template": "{%- for message in messages %}\n{{- message['content']}}\n{%- endfor %}",
|
2055 |
"eos_token": "<|end_of_text|>",
|
2056 |
"model_input_names": [
|
2057 |
"input_ids",
|