From b7665c26c879f8da787a7b1c030852742bdf515c Mon Sep 17 00:00:00 2001 From: Ben Feuer Date: Mon, 5 Aug 2024 12:44:26 -0400 Subject: [PATCH] Update conversation.qmd (#1788) [skip ci] --- docs/dataset-formats/conversation.qmd | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/dataset-formats/conversation.qmd b/docs/dataset-formats/conversation.qmd index f7d0cac82..28d13c987 100644 --- a/docs/dataset-formats/conversation.qmd +++ b/docs/dataset-formats/conversation.qmd @@ -54,6 +54,14 @@ conversations where `from` is `prompter` `assistant` instead of default sharegpt {"conversations": [{"from": "...", "value": "..."}]} ``` +## sharegpt.load_ultrachat + +conversations where the turns field is 'messages', human is 'user' and gpt is 'assistant'. + +```{.json filename="data.jsonl"} +{"messages": [{"user": "...", "assistant": "..."}]} +``` + ## sharegpt_jokes creates a chat where bot is asked to tell a joke, then explain why the joke is funny