Merge pull request #202 from OpenAccess-AI-Collective/NanoCode012-patch-1

Fix sharegpt type in doc
This commit is contained in:
NanoCode012
2023-06-14 09:48:35 +09:00
committed by GitHub

View File

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