Nanobit commited on
Commit
d339beb
1 Parent(s): fde091c

chore: clarify Readme on sharegpt system role

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -245,7 +245,7 @@ Have dataset(s) in one of the following format (JSONL recommended):
245
  ```json
246
  {"instruction": "...", "input": "...", "output": "..."}
247
  ```
248
- - `sharegpt`: conversations where `from` is `human`/`gpt`
249
  ```json
250
  {"conversations": [{"from": "...", "value": "..."}]}
251
  ```
 
245
  ```json
246
  {"instruction": "...", "input": "...", "output": "..."}
247
  ```
248
+ - `sharegpt`: conversations where `from` is `human`/`gpt`. (optional: `system` to override default system prompt)
249
  ```json
250
  {"conversations": [{"from": "...", "value": "..."}]}
251
  ```