Skip to content

Commit b7665c2

Browse files
authored
Update conversation.qmd (#1788) [skip ci]
1 parent cb023c7 commit b7665c2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/dataset-formats/conversation.qmd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ conversations where `from` is `prompter` `assistant` instead of default sharegpt
5454
{"conversations": [{"from": "...", "value": "..."}]}
5555
```
5656

57+
## sharegpt.load_ultrachat
58+
59+
conversations where the turns field is 'messages', human is 'user' and gpt is 'assistant'.
60+
61+
```{.json filename="data.jsonl"}
62+
{"messages": [{"user": "...", "assistant": "..."}]}
63+
```
64+
5765
## sharegpt_jokes
5866

5967
creates a chat where bot is asked to tell a joke, then explain why the joke is funny

0 commit comments

Comments
 (0)