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