Skip to content

Remove setting chat template in most trainers #4404

@qgallouedec

Description

@qgallouedec

Remove

if tokenizer.chat_template is None:
        tokenizer.chat_template = SIMPLE_CHAT_TEMPLATE

present in most scripts.

Adding a chat template only makes sense when you SFT the model (instruction tuning). Doing it before DPO, CPO etc, doesn't make sense, so I'd remove them all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions