NemoDori-v0.2-Frankend.2-v1-16.6B / tokenizer_config.json
RozGrov's picture
Upload tokenizer
342c4b4 verified
raw
history blame
No virus
1.51 kB
{
"add_prefix_space": false,
"added_tokens_decoder": {
"0": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"10": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"additional_special_tokens": [],
"bos_token": "<s>",
"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 %}",
"clean_up_tokenization_spaces": true,
"cls_token": null,
"eos_token": "</s>",
"mask_token": null,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 1024000,
"pad_token": "<pad>",
"padding_side": "left",
"sep_token": null,
"split_special_tokens": false,
"tokenizer_class": "GPT2Tokenizer",
"truncation_side": "right",
"unk_token": "<unk>"
}