|
{ |
|
"add_bos_token": false, |
|
"add_eos_token": false, |
|
"added_tokens_decoder": { |
|
"0": { |
|
"content": "<unk>", |
|
"lstrip": false, |
|
"normalized": true, |
|
"rstrip": false, |
|
"single_word": false, |
|
"special": true |
|
}, |
|
"1": { |
|
"content": "<s>", |
|
"lstrip": false, |
|
"normalized": true, |
|
"rstrip": false, |
|
"single_word": false, |
|
"special": true |
|
}, |
|
"2": { |
|
"content": "</s>", |
|
"lstrip": false, |
|
"normalized": true, |
|
"rstrip": false, |
|
"single_word": false, |
|
"special": true |
|
} |
|
}, |
|
"auto_map": { |
|
"AutoTokenizer": [ |
|
"OrionStarAI/Orion-14B-Chat--tokenization_orion.OrionTokenizer", |
|
null |
|
] |
|
}, |
|
"bos_token": "<s>", |
|
"chat_template": "{{bos_token}}{% for message in messages %}{% if message['role'] == 'user' %}{{ 'Human: ' + message['content'] }}\n\n{% elif message['role'] == 'assistant' %}\n{{ 'Assistant: '+eos_token + message['content'] + eos_token }}{% endif %}{% if loop.last and add_generation_prompt %}{{ 'Assistant: </s>' }}{% endif %}{% endfor %}", |
|
"clean_up_tokenization_spaces": false, |
|
"eos_token": "</s>", |
|
"model_max_length": 4096, |
|
"pad_token": "<unk>", |
|
"sp_model_kwargs": {}, |
|
"tokenizer_class": "OrionTokenizer", |
|
"unk_token": "<unk>" |
|
} |
|
|