34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
||
"add_bos_token": true,
|
||
"add_eos_token": false,
|
||
"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
|
||
}
|
||
},
|
||
"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": "<|end▁of▁sentence|>",
|
||
"sp_model_kwargs": {},
|
||
"tokenizer_class": "LlamaTokenizer",
|
||
"unk_token": null,
|
||
"use_default_system_prompt": false
|
||
}
|