The doubled BOS token
Llama 3's template emits <|begin_of_text|> itself, and add_special_tokens defaults to True, so the model gets two of a token it never saw twice in training. Nothing errors; the output is merely worse.
- template
- llama3
- generation-prompt
- yes
- tokenizer-adds-bos
- yes
- messages
- system: You are terse. user: Why does this matter?