prompt_templates.py prepends <bos> manually, but the tokenizer already adds it when add_special_tokens=True, resulting in double BOS in every sample.
prompt_templates.py prepends manually, but the tokenizer already adds it when add_special_tokens=True, resulting in double BOS in every sample.