From 3513885f434a1668754883adc3a050fe658c4d8f Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Wed, 14 Jun 2023 01:10:58 +0900 Subject: [PATCH] Fix sharegpt type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4e1887e9..5a00cccac 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Have dataset(s) in one of the following format (JSONL recommended): ```json {"instruction": "...", "input": "...", "output": "..."} ``` -- `sharegpt`: conversations +- `sharegpt:chat`: conversations ```json {"conversations": [{"from": "...", "value": "..."}]} ```