Update tokenizer_config.json
Browse files- tokenizer_config.json +0 -6
tokenizer_config.json
CHANGED
|
@@ -30,12 +30,6 @@
|
|
| 30 |
"<|im_start|>",
|
| 31 |
"<|im_end|>"
|
| 32 |
],
|
| 33 |
-
"auto_map": {
|
| 34 |
-
"AutoTokenizer": [
|
| 35 |
-
"Qwen2Tokenizer",
|
| 36 |
-
"Qwen2TokenizerFast"
|
| 37 |
-
]
|
| 38 |
-
},
|
| 39 |
"bos_token": null,
|
| 40 |
"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 %}",
|
| 41 |
"clean_up_tokenization_spaces": false,
|
|
|
|
| 30 |
"<|im_start|>",
|
| 31 |
"<|im_end|>"
|
| 32 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
"bos_token": null,
|
| 34 |
"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 %}",
|
| 35 |
"clean_up_tokenization_spaces": false,
|