Skip to content

Commit

Permalink
chore: clarify Readme on sharegpt system role
Browse files Browse the repository at this point in the history
  • Loading branch information
NanoCode012 authored Dec 8, 2023
1 parent fde091c commit d339beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": "..."}]}
```
Expand Down

0 comments on commit d339beb

Please sign in to comment.