Update tokenizer_config.json (#5)
Browse files- Update tokenizer_config.json (983fe033b039252baf01527f479cb4796144312d)
Co-authored-by: Eren Doğan <[email protected]>
- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
@@ -20,6 +20,7 @@
|
|
20 |
}
|
21 |
},
|
22 |
"bos_token": "<|endoftext|>",
|
|
|
23 |
"clean_up_tokenization_spaces": true,
|
24 |
"eos_token": "<|stop|>",
|
25 |
"errors": "replace",
|
|
|
20 |
}
|
21 |
},
|
22 |
"bos_token": "<|endoftext|>",
|
23 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'user' %}### Kullanıcı:\n{{ message['content'] }}\n{% elif message['role'] == 'assistant' %}### Asistan:\n{{ message['content'] }}\n{% endif %}{% endfor %}{% if messages[-1]['role'] == 'user' %}### Asistan:\n{% endif %}",
|
24 |
"clean_up_tokenization_spaces": true,
|
25 |
"eos_token": "<|stop|>",
|
26 |
"errors": "replace",
|