azizbhh's picture
Upload tokenizer_config.json with huggingface_hub
7937940 verified
raw
history blame
No virus
1.63 kB
{
"add_prefix_space": false,
"added_tokens_decoder": {
"151643": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151644": {
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151645": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>"
],
"bos_token": "<|im_end|>",
"chat_template": "\n{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant. Here is an example:\nQuestion: How many chambers does the stomach of a crocodile have?\n\nOptions:\nA. two\nB. six\nC. ten\nD. three\n\nAnswer:ANow, here is your multiple choice question:\n.<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}\n",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"max_length": 32768,
"model_max_length": 32768,
"pad_token": "<|im_end|>",
"return_tensors": "pt",
"split_special_tokens": false,
"stride": 0,
"tokenizer_class": "Qwen2Tokenizer",
"truncation_side": "left",
"truncation_strategy": "longest_first",
"unk_token": null
}