File size: 437 Bytes
1fa3c6c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Chat template utilities
For an overview of the chat templates bundled with TRL and the rationale behind the training patches, see [Chat Templates](chat_templates).
## clone_chat_template
[[autodoc]] clone_chat_template
## is_chat_template_prefix_preserving
[[autodoc]] chat_template_utils.is_chat_template_prefix_preserving
## get_training_chat_template
[[autodoc]] chat_template_utils.get_training_chat_template
|