chore: clarify Readme on sharegpt system role
Browse files
README.md
CHANGED
|
@@ -245,7 +245,7 @@ Have dataset(s) in one of the following format (JSONL recommended):
|
|
| 245 |
```json
|
| 246 |
{"instruction": "...", "input": "...", "output": "..."}
|
| 247 |
```
|
| 248 |
-
- `sharegpt`: conversations where `from` is `human`/`gpt`
|
| 249 |
```json
|
| 250 |
{"conversations": [{"from": "...", "value": "..."}]}
|
| 251 |
```
|
|
|
|
| 245 |
```json
|
| 246 |
{"instruction": "...", "input": "...", "output": "..."}
|
| 247 |
```
|
| 248 |
+
- `sharegpt`: conversations where `from` is `human`/`gpt`. (optional: `system` to override default system prompt)
|
| 249 |
```json
|
| 250 |
{"conversations": [{"from": "...", "value": "..."}]}
|
| 251 |
```
|