seto4 commited on
Commit
9c4bd39
·
verified ·
1 Parent(s): df907c5

Create data.jsonl

Browse files
Files changed (1) hide show
  1. 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."}