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