Base model should not use chat template. (#4)
Browse files- Base model should not use chat template. (c7c7dc5bdaec92c02a5d47c8ea9c237e43da082a)
Co-authored-by: Jiawei Liu <[email protected]>
- tokenizer_config.json +0 -1
tokenizer_config.json
CHANGED
@@ -15,5 +15,4 @@
|
|
15 |
"unk_token": "<unk>",
|
16 |
"use_default_system_prompt": false,
|
17 |
"add_prefix_space": true,
|
18 |
-
"chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}"
|
19 |
}
|
|
|
15 |
"unk_token": "<unk>",
|
16 |
"use_default_system_prompt": false,
|
17 |
"add_prefix_space": true,
|
|
|
18 |
}
|