AjayP13 commited on
Commit
5c9d687
·
verified ·
1 Parent(s): a10da67

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -2050,7 +2050,7 @@
2050
  }
2051
  },
2052
  "bos_token": "<|begin_of_text|>",
2053
- "chat_template": "{{ bos_token }}{{ \"\" }}{% for message in messages %}{% if loop.first and message[\"role\"] != \"system\" %}{{ \"<|start_header_id|>system<|end_header_id|>\\n\\nCutting Knowledge Date: December 2023\\nToday Date: 03 May 2025\\n\\n\" + \"\" + \"<|eot_id|>\" }}{% endif %}{% if message[\"role\"] == \"system\" %}{{ \"<|start_header_id|>system<|end_header_id|>\\n\\nCutting Knowledge Date: December 2023\\nToday Date: 03 May 2025\\n\\n\" + message[\"content\"] + \"<|eot_id|>\" }}{% elif message[\"role\"] == \"user\" %}{{ \"<|start_header_id|>user<|end_header_id|>\\n\\n\" + message[\"content\"] + \"<|eot_id|>\" }}{% elif message[\"role\"] == \"assistant\" %}{{ \"<|start_header_id|>assistant<|end_header_id|>\\n\\n\" + message[\"content\"] }}{{ eos_token }}{% endif %}{% if loop.last and add_generation_prompt %}{{ \"<|start_header_id|>assistant<|end_header_id|>\\n\\n\" }}{% endif %}{% endfor %}",
2054
  "clean_up_tokenization_spaces": true,
2055
  "eos_token": "<|eot_id|>",
2056
  "extra_special_tokens": {},
 
2050
  }
2051
  },
2052
  "bos_token": "<|begin_of_text|>",
2053
+ "chat_template": "{{ bos_token }}{{ \"\" }}{% for message in messages %}{% if loop.first and message[\"role\"] != \"system\" %}{{ \"<|start_header_id|>system<|end_header_id|>\\n\\nCutting Knowledge Date: December 2023\\nToday Date: 30 Jun 2025\\n\\n\" + \"\" + \"<|eot_id|>\" }}{% endif %}{% if message[\"role\"] == \"system\" %}{{ \"<|start_header_id|>system<|end_header_id|>\\n\\nCutting Knowledge Date: December 2023\\nToday Date: 30 Jun 2025\\n\\n\" + message[\"content\"] + \"<|eot_id|>\" }}{% elif message[\"role\"] == \"user\" %}{{ \"<|start_header_id|>user<|end_header_id|>\\n\\n\" + message[\"content\"] + \"<|eot_id|>\" }}{% elif message[\"role\"] == \"assistant\" %}{{ \"<|start_header_id|>assistant<|end_header_id|>\\n\\n\" + message[\"content\"] }}{{ eos_token }}{% endif %}{% if loop.last and add_generation_prompt %}{{ \"<|start_header_id|>assistant<|end_header_id|>\\n\\n\" }}{% endif %}{% endfor %}",
2054
  "clean_up_tokenization_spaces": true,
2055
  "eos_token": "<|eot_id|>",
2056
  "extra_special_tokens": {},