Update tokenizer_config.json
Browse files- tokenizer_config.json +0 -12
tokenizer_config.json
CHANGED
@@ -32,18 +32,6 @@
|
|
32 |
],
|
33 |
"bos_token": null,
|
34 |
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|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,
|
36 |
-
"eos_token": "<|im_end|>",
|
37 |
-
"errors": "replace",
|
38 |
-
"model_max_length": 32768,
|
39 |
-
"pad_token": "<|endoftext|>",
|
40 |
-
"padding_side": "right",
|
41 |
-
"split_special_tokens": false,
|
42 |
-
"tokenizer_class": "Qwen2Tokenizer",
|
43 |
-
"unk_token": null
|
44 |
-
}
|
45 |
-
|
46 |
-
|
47 |
"clean_up_tokenization_spaces": false,
|
48 |
"eos_token": "<|im_end|>",
|
49 |
"errors": "replace",
|
|
|
32 |
],
|
33 |
"bos_token": null,
|
34 |
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|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,
|
36 |
"eos_token": "<|im_end|>",
|
37 |
"errors": "replace",
|