File size: 612 Bytes
0037241
 
 
2a4c5cc
0037241
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
{
  "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>"
}