From d339beb9d98b83087d7a25700becc2b44303f1e5 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Fri, 8 Dec 2023 11:35:53 +0900 Subject: [PATCH] chore: clarify Readme on sharegpt system role --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6146988bd..41a017441 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ Have dataset(s) in one of the following format (JSONL recommended): ```json {"instruction": "...", "input": "...", "output": "..."} ``` -- `sharegpt`: conversations where `from` is `human`/`gpt` +- `sharegpt`: conversations where `from` is `human`/`gpt`. (optional: `system` to override default system prompt) ```json {"conversations": [{"from": "...", "value": "..."}]} ```