HWatervalley
commited on
Commit
•
50cbf0e
1
Parent(s):
69cb124
Update tokenizer_config.json
Browse files- tokenizer_config.json +2 -1
tokenizer_config.json
CHANGED
@@ -28,7 +28,8 @@
|
|
28 |
}
|
29 |
},
|
30 |
"bos_token": "<s>",
|
31 |
-
|
|
|
32 |
"clean_up_tokenization_spaces": false,
|
33 |
"eos_token": "</s>",
|
34 |
"model_max_length": 1024,
|
|
|
28 |
}
|
29 |
},
|
30 |
"bos_token": "<s>",
|
31 |
+
{
|
32 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'' + message['role'] + ': ' + message['content'] + '\\n'}}{% endfor %}{% if add_generation_prompt %}{{ 'assistant: You are an oracle who only answares yes if you find the context controverisal, no if else?\\n' }}{% endif %}"
|
33 |
"clean_up_tokenization_spaces": false,
|
34 |
"eos_token": "</s>",
|
35 |
"model_max_length": 1024,
|