Fix sharegpt type

This commit is contained in:
NanoCode012
2023-06-14 01:10:58 +09:00
committed by GitHub
parent 06652c1c39
commit 3513885f43

View File

@@ -138,7 +138,7 @@ Have dataset(s) in one of the following format (JSONL recommended):
```json ```json
{"instruction": "...", "input": "...", "output": "..."} {"instruction": "...", "input": "...", "output": "..."}
``` ```
- `sharegpt`: conversations - `sharegpt:chat`: conversations
```json ```json
{"conversations": [{"from": "...", "value": "..."}]} {"conversations": [{"from": "...", "value": "..."}]}
``` ```