1PRAMMYL-slerp / tokenizer_config.json
LilRg's picture
Upload folder using huggingface_hub
8d677ce verified
raw
history blame contribute delete
No virus
770 Bytes
{
"_commit_hash": "1535ae26fb4faada95c6950e8bc6e867cdad6b00",
"_from_auto": true,
"added_tokens_decoder": {},
"auto_map": {
"AutoTokenizer": [
"tokenization_phi3_small.Phi3SmallTokenizer",
"tokenization_phi3_small.Phi3SmallTokenizer"
]
},
"bos_token": "<|endoftext|>",
"chat_template": "{{ bos_token }}{% for message in messages %}{{'<|' + message['role'] + '|>' + '\n' + message['content'] + '<|end|>\n' }}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 8192,
"pad_token": "<|endoftext|>",
"revision": null,
"tokenizer_class": "Phi3SmallTokenizer",
"trust_remote_code": true
}