Update docs/dataset-formats/conversation.qmd

Co-authored-by: NanoCode012 <kevinvong@rocketmail.com>
This commit is contained in:
Chirag Jain
2024-08-27 19:08:54 +05:30
committed by GitHub
parent 8a84408fc7
commit efeaa00bb4

View File

@@ -78,7 +78,7 @@ Chat Template strategy uses a jinja2 template that converts a list of messages i
Conversational data would normally look like follows:
```{.json filename="data.jsonl"}
{"messages": [{"role": "...", "content": "..."}]}
{"conversations": [{"from": "...", "value": "..."}]}
```
with roles usually being system, user, assistant, etc.