HWatervalley commited on
Commit
50cbf0e
1 Parent(s): 69cb124

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -1
tokenizer_config.json CHANGED
@@ -28,7 +28,8 @@
28
  }
29
  },
30
  "bos_token": "<s>",
31
- "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
 
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,