D1rtyB1rd commited on
Commit
a58c7ef
·
verified ·
1 Parent(s): 277d923

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -1996,7 +1996,7 @@
1996
  }
1997
  },
1998
  "bos_token": "<bos>",
1999
- "chat_template": "{{ bos_token }}{% for message in messages %}{% if message['role'] not in ['system', 'user', 'assistant'] %}{{ raise_exception('Unsupported role detected: ' ~ message['role']) }}{% endif %}{{ '<start_of_turn>' + message['role'] + '\n' + message['content'] | trim + '<end_of_turn>\n' }}{% endfor %}{% if add_generation_prompt %}{{ '<start_of_turn>assistant\n' }}{% endif %}",
2000
  "clean_up_tokenization_spaces": false,
2001
  "eos_token": "<eos>",
2002
  "model_max_length": 1000000000000000019884624838656,
 
1996
  }
1997
  },
1998
  "bos_token": "<bos>",
1999
+ "chat_template": "{{ bos_token }}{% for message in messages %}{% if message['role'] not in ['system', 'user', 'assistant'] %}{{ raise_exception('Unsupported role detected: ' + message['role']) }}{% endif %}{{ '<start_of_turn>' + message['role'] + '\n' + message['content'] | trim + '<end_of_turn>\n' }}{% endfor %}{% if add_generation_prompt %}{{ '<start_of_turn>assistant\n' }}{% endif %}",
2000
  "clean_up_tokenization_spaces": false,
2001
  "eos_token": "<eos>",
2002
  "model_max_length": 1000000000000000019884624838656,