Yuxuan Zhang
commited on
Commit
·
9eae4b4
1
Parent(s):
ac91b23
添加了chat_template
Browse files- tokenizer_config.json +2 -1
tokenizer_config.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"name_or_path": "THUDM/
|
| 3 |
"remove_space": false,
|
| 4 |
"do_lower_case": false,
|
| 5 |
"tokenizer_class": "ChatGLMTokenizer",
|
|
|
|
| 6 |
"auto_map": {
|
| 7 |
"AutoTokenizer": [
|
| 8 |
"tokenization_chatglm.ChatGLMTokenizer",
|
|
|
|
| 1 |
{
|
| 2 |
+
"name_or_path": "THUDM/chatglm3-6b-32k",
|
| 3 |
"remove_space": false,
|
| 4 |
"do_lower_case": false,
|
| 5 |
"tokenizer_class": "ChatGLMTokenizer",
|
| 6 |
+
"chat_template": "{% for message in messages %}{% if loop.first %}[gMASK]sop<|{{ message['role'] }}|> \n {{ message['content'] }}{% else %}<|{{ message['role'] }}|> \n {{ message['content'] }}{% endif %}{% endfor %}{% if add_generation_prompt %}<|assistant|>{% endif %}",
|
| 7 |
"auto_map": {
|
| 8 |
"AutoTokenizer": [
|
| 9 |
"tokenization_chatglm.ChatGLMTokenizer",
|