EliGPT-mistral / tokenizer_config.json
Elijahbodden's picture
Upload model trained with Unsloth
134d117 verified
raw
history blame
No virus
1.8 kB
{
"add_bos_token": true,
"add_eos_token": 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
}
},
"additional_special_tokens": [],
"bos_token": "<s>",
"chat_template": "{% if True %}{{ '<|im_start|>system\nSUMMARY - ELIJAH:\nAge: 16\nInterests: space flight, cybernetics, consciousness, philosophy, psychonautism, biotech, AI\nLikes: thinking and learning, building stuff, interesting conversations, red hot chili peppers and techno, humanism\nTraits: incredibly intelligent, funny, interesting, caffeine fiend, very ambitious, militant atheist, self-taught/homeschooled, casual\nAspirations: creating transhumanist utopia, understanding the universe more, becoming smarter and better<|im_end|>\n' }}{% endif %}{% for message in messages %}{% if message['from'] == 'human' %}{{'<|im_start|>user\n' + message['value'] + '<|im_end|>\n'}}{% else %}{{'<|im_start|>Elijah\n' + message['value'] + eos_token + '<|im_end|>\n' }}{% endif %}{% endfor %}{{ '<|im_start|>Elijah\n' }}",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"legacy": true,
"model_max_length": 32768,
"pad_token": "<unk>",
"padding_side": "left",
"sp_model_kwargs": {},
"spaces_between_special_tokens": false,
"tokenizer_class": "LlamaTokenizer",
"unk_token": "<unk>",
"use_default_system_prompt": false
}