|
{ |
|
"add_bos_token": true, |
|
"add_eos_token": false, |
|
"add_prefix_space": null, |
|
"added_tokens_decoder": { |
|
"100000": { |
|
"content": "<|begin▁of▁sentence|>", |
|
"lstrip": false, |
|
"normalized": true, |
|
"rstrip": false, |
|
"single_word": false, |
|
"special": true |
|
}, |
|
"100001": { |
|
"content": "<|end▁of▁sentence|>", |
|
"lstrip": false, |
|
"normalized": true, |
|
"rstrip": false, |
|
"single_word": false, |
|
"special": true |
|
}, |
|
"100002": { |
|
"content": "<|PAD_TOKEN|>", |
|
"lstrip": false, |
|
"normalized": false, |
|
"rstrip": false, |
|
"single_word": false, |
|
"special": true |
|
} |
|
}, |
|
"bos_token": "<|begin▁of▁sentence|>", |
|
"chat_template": "{% for message in messages %}{% if (message['role'] == 'system')%}{{ '' }}{% elif (message['role'] == 'user')%}{{ '### Problem: ' + message['content'] + '\n' }}{% elif (message['role'] == 'assistant')%}{{ '### Solution: ' + message['content'] + '\n' }}{% endif %}{% if loop.last and message['role'] == 'user' and add_generation_prompt %}{{ '### Solution: ' }}{% endif %}{% endfor %}", |
|
"clean_up_tokenization_spaces": false, |
|
"eos_token": "<|end▁of▁sentence|>", |
|
"legacy": true, |
|
"model_max_length": 4096, |
|
"pad_token": "<|PAD_TOKEN|>", |
|
"padding_side": "left", |
|
"sp_model_kwargs": {}, |
|
"tokenizer_class": "LlamaTokenizer", |
|
"unk_token": null, |
|
"use_default_system_prompt": false |
|
} |
|
|