vytre_core / tokenizer_config.json
itstalmeez's picture
Upload tokenizer_config.json
2a4c5cc verified
Raw
History Blame Contribute Delete
612 Bytes
{
"backend": "tokenizers",
"bos_token": "<s>",
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{{ message['content'] }}{% elif message['role'] == 'user' %}{% if loop.first %}You are Vytre, an enterprise workforce operating intelligence model.\n{% endif %}Input: {{ message['content'] }}\nOutput: {% elif message['role'] == 'assistant' %}{{ message['content'] }}{{ eos_token }}{% endif %}{% endfor %}",
"eos_token": "</s>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}