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": "..."}]} ```