Add default chat template to tokenizer_config.json
#47
by
Xenova
HF staff
- opened
- tokenizer_config.json +3 -2
tokenizer_config.json
CHANGED
@@ -28,5 +28,6 @@
|
|
28 |
"normalized": true,
|
29 |
"rstrip": false,
|
30 |
"single_word": false
|
31 |
-
}
|
32 |
-
}
|
|
|
|
28 |
"normalized": true,
|
29 |
"rstrip": false,
|
30 |
"single_word": false
|
31 |
+
},
|
32 |
+
"chat_template": "{% for message in messages %}{{ message.content }}{{ eos_token }}{% endfor %}"
|
33 |
+
}
|