{ "added_tokens_decoder": { "0": { "content": "", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true }, "1": { "content": "", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true }, "2": { "content": "", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true } }, "auto_map": { "AutoTokenizer": [ "/workspace/OrionStar-Yi-34B-Chat-Llama--LlamaTokenizer" ] }, "bos_token": "", "chat_template": "{% for msg in messages %}\n {% if msg.content is not none %}\n {% if msg.role == \"user\" %}\n Human: {{ msg.content }}\n\nAssistant: \n {% elif msg.role == \"assistant\" %}\n {{ msg.content }}\n {% endif %}\n {% endif %}\n{% endfor %}\n", "clean_up_tokenization_spaces": false, "eos_token": "", "legacy": true, "model_max_length": 32000, "pad_token": null, "sp_model_kwargs": {}, "spaces_between_special_tokens": false, "tokenizer_class": "LlamaTokenizer", "unk_token": "", "use_default_system_prompt": false }