niuwz
commited on
Commit
•
5474da7
1
Parent(s):
71d5f34
modified: tokenizer_config.json
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
@@ -71,6 +71,7 @@
|
|
71 |
"[assistant]"
|
72 |
],
|
73 |
"bos_token": "[BOS]",
|
|
|
74 |
"clean_up_tokenization_spaces": true,
|
75 |
"eos_token": "[EOS]",
|
76 |
"model_max_length": 1000000000000000019884624838656,
|
|
|
71 |
"[assistant]"
|
72 |
],
|
73 |
"bos_token": "[BOS]",
|
74 |
+
"chat_template": "{% for message in messages %} [user]\n {{ message }} [end]\n[assistant]{% endfor %}",
|
75 |
"clean_up_tokenization_spaces": true,
|
76 |
"eos_token": "[EOS]",
|
77 |
"model_max_length": 1000000000000000019884624838656,
|