Upload tokenizer_config.json with huggingface_hub
Browse files- tokenizer_config.json +1 -4
tokenizer_config.json
CHANGED
|
@@ -93,10 +93,7 @@
|
|
| 93 |
"chat_template": "{{ bos_token }}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
| 94 |
"clean_up_tokenization_spaces": false,
|
| 95 |
"decode_with_prefix_space": false,
|
| 96 |
-
"eos_token": "</s>",
|
| 97 |
"model_max_length": 1000000000000000019884624838656,
|
| 98 |
-
"pad_token": "</s>",
|
| 99 |
"sp_model_kwargs": null,
|
| 100 |
-
"tokenizer_class": "InternLM2Tokenizer"
|
| 101 |
-
"unk_token": "<unk>"
|
| 102 |
}
|
|
|
|
| 93 |
"chat_template": "{{ bos_token }}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
| 94 |
"clean_up_tokenization_spaces": false,
|
| 95 |
"decode_with_prefix_space": false,
|
|
|
|
| 96 |
"model_max_length": 1000000000000000019884624838656,
|
|
|
|
| 97 |
"sp_model_kwargs": null,
|
| 98 |
+
"tokenizer_class": "InternLM2Tokenizer"
|
|
|
|
| 99 |
}
|