Phi-3-small-8k-instruct-AQ4_32 / tokenizer_config.json
awni's picture
e242b6bba221d9f5c93c681d53f8330739d0c3539ea52d923c5dfce2d4b0c8fc
918e453 verified
raw history blame
No virus
678 Bytes
{
"_commit_hash": "f5527db8a43fc9a4bf17c5b754251e1efe1d4ad3",
"_from_auto": true,
"added_tokens_decoder": {},
"auto_map": {
"AutoTokenizer": [
"tokenization_phi3_small.Phi3SmallTokenizer",
null
]
},
"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,
"tokenizer_class": "Phi3SmallTokenizer",
"trust_remote_code": true
}