{ | |
"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 | |
} | |
}, | |
"auto_map": { | |
"AutoTokenizer": [ | |
"/workspace/OrionStar-Yi-34B-Chat-Llama--LlamaTokenizer" | |
] | |
}, | |
"bos_token": "<s>", | |
"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": "</s>", | |
"legacy": true, | |
"model_max_length": 32000, | |
"pad_token": null, | |
"sp_model_kwargs": {}, | |
"spaces_between_special_tokens": false, | |
"tokenizer_class": "LlamaTokenizer", | |
"unk_token": "<unk>", | |
"use_default_system_prompt": false | |
} | |