chore: clarify Readme on sharegpt system role

This commit is contained in:
NanoCode012
2023-12-08 11:35:53 +09:00
committed by GitHub
parent fde091cb12
commit d339beb9d9

View File

@@ -245,7 +245,7 @@ Have dataset(s) in one of the following format (JSONL recommended):
```json ```json
{"instruction": "...", "input": "...", "output": "..."} {"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 ```json
{"conversations": [{"from": "...", "value": "..."}]} {"conversations": [{"from": "...", "value": "..."}]}
``` ```