Create data.jsonl
Browse files- data.jsonl +8 -0
data.jsonl
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
### train.jsonl
|
| 3 |
+
```json
|
| 4 |
+
{"instruction":"Turn on the device.","output":"The device powers on successfully."}
|
| 5 |
+
{"instruction":"Close the application.","output":"The application closes without errors."}
|
| 6 |
+
{"instruction":"Save the file.","output":"The file is saved to disk."}
|
| 7 |
+
{"instruction":"Increase the volume.","output":"The volume level increases."}
|
| 8 |
+
{"instruction":"Restart the system.","output":"The system restarts normally."}
|