nikox95 commited on
Commit
0e6634e
·
verified ·
1 Parent(s): 3ed88a7

Upload lights_dataset.json

Browse files
Files changed (1) hide show
  1. lights_dataset.json +92 -0
lights_dataset.json CHANGED
@@ -358,5 +358,97 @@
358
  {
359
  "instruction": "Good grief",
360
  "output": "Function Unknown"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
361
  }
362
  ]
 
358
  {
359
  "instruction": "Good grief",
360
  "output": "Function Unknown"
361
+ },
362
+ {
363
+ "instruction": "Turn on the light on illuminator channel one",
364
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_1}"
365
+ },
366
+ {
367
+ "instruction": "Switch off the light on illuminator channel one",
368
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_1}"
369
+ },
370
+ {
371
+ "instruction": "Activate the light on channel two of the illuminator",
372
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_2}"
373
+ },
374
+ {
375
+ "instruction": "Deactivate the light on illuminator channel two",
376
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_2}"
377
+ },
378
+ {
379
+ "instruction": "Illuminate channel three on the illuminator",
380
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_3}"
381
+ },
382
+ {
383
+ "instruction": "Dim the light on channel three of the illuminator",
384
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_3}"
385
+ },
386
+ {
387
+ "instruction": "Power on the light on illuminator channel four",
388
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_4}"
389
+ },
390
+ {
391
+ "instruction": "Power off the light on channel four of the illuminator",
392
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_4}"
393
+ },
394
+ {
395
+ "instruction": "Light up channel five on the illuminator",
396
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_5}"
397
+ },
398
+ {
399
+ "instruction": "Shut down the light on illuminator channel five",
400
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_5}"
401
+ },
402
+ {
403
+ "instruction": "Enable the light on illuminator channel six",
404
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_6}"
405
+ },
406
+ {
407
+ "instruction": "Disable the light on channel six of the illuminator",
408
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_6}"
409
+ },
410
+ {
411
+ "instruction": "Turn on the light on channel seven of the illuminator",
412
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_7}"
413
+ },
414
+ {
415
+ "instruction": "Turn off the light on channel seven of the illuminator",
416
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_7}"
417
+ },
418
+ {
419
+ "instruction": "Activate the light on channel eight of the illuminator",
420
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_8}"
421
+ },
422
+ {
423
+ "instruction": "Deactivate the light on illuminator channel eight",
424
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_8}"
425
+ },
426
+ {
427
+ "instruction": "Light up channel nine on the illuminator",
428
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_9}"
429
+ },
430
+ {
431
+ "instruction": "Dim the light on channel nine of the illuminator",
432
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_9}"
433
+ },
434
+ {
435
+ "instruction": "Power on the light on illuminator channel ten",
436
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_10}"
437
+ },
438
+ {
439
+ "instruction": "Power off the light on channel ten of the illuminator",
440
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_10}"
441
+ },
442
+ {
443
+ "instruction": "Switch on the light on illuminator channel eleven",
444
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_11}"
445
+ },
446
+ {
447
+ "instruction": "Switch off the light on channel eleven of the illuminator",
448
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_11}"
449
+ },
450
+ {
451
+ "instruction": "Turn on the light for illuminator channel twelve",
452
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_12}"
453
  }
454
  ]