ChatFormat¶
- class torchtune.data.ChatFormat[source]¶
Warning
This class is deprecated and will be removed in a future release. Please use
PromptTemplate
for custom chat formats.Interface for chat formats. Each chat format should include tags for system, user, and assistant roles that are prepended or appended to the message content.