Fix sharegpt type
Browse files
README.md
CHANGED
@@ -138,7 +138,7 @@ Have dataset(s) in one of the following format (JSONL recommended):
|
|
138 |
```json
|
139 |
{"instruction": "...", "input": "...", "output": "..."}
|
140 |
```
|
141 |
-
- `sharegpt`: conversations
|
142 |
```json
|
143 |
{"conversations": [{"from": "...", "value": "..."}]}
|
144 |
```
|
|
|
138 |
```json
|
139 |
{"instruction": "...", "input": "...", "output": "..."}
|
140 |
```
|
141 |
+
- `sharegpt:chat`: conversations
|
142 |
```json
|
143 |
{"conversations": [{"from": "...", "value": "..."}]}
|
144 |
```
|