Skip to content

Commit 31498d0

Browse files
authored
fix(doc): clarify roles mapping in chat_template (axolotl-ai-cloud#2490) [skip ci]
1 parent d25daeb commit 31498d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/config.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@ datasets:
165165
content: value
166166
# ...
167167

168-
# Optional[Dict[str, List]]. Roles mapping in the messages. The default is:
168+
# Optional[Dict[str, List]]. Roles mapping in the messages.
169+
# The format is {target_role: [source_roles]}. All source roles will be mapped to the target role.
170+
# The default is:
169171
roles:
170172
user: ["human", "user"]
171173
assistant: ["gpt", "assistant"]

0 commit comments

Comments
 (0)