Nanobit commited on
Commit
3513885
1 Parent(s): 06652c1

Fix sharegpt type

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
  ```