maxF6YsK commited on
Commit
7a50cf1
·
verified ·
1 Parent(s): 57cc494

Upload commands and index files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. commands/back_up.json +10 -0
  2. commands/back_up.m4a +0 -0
  3. commands/bottled_water.json +10 -0
  4. commands/bottled_water.m4a +0 -0
  5. commands/burger_no_pickles.json +10 -0
  6. commands/burger_no_pickles.m4a +0 -0
  7. commands/burger_with_fries.json +10 -0
  8. commands/burger_with_fries.m4a +0 -0
  9. commands/can_i_get_a_burger.json +10 -0
  10. commands/can_i_get_a_burger.m4a +0 -0
  11. commands/can_i_get_fries_with_no_salt.json +10 -0
  12. commands/can_i_get_fries_with_no_salt.m4a +0 -0
  13. commands/can_i_have_a_coffee.json +10 -0
  14. commands/can_i_have_a_coffee.m4a +0 -0
  15. commands/can_i_order_dessert.json +10 -0
  16. commands/can_i_order_dessert.m4a +0 -0
  17. commands/can_you_go_faster.json +10 -0
  18. commands/can_you_go_faster.m4a +0 -0
  19. commands/can_you_go_left.json +10 -0
  20. commands/can_you_go_left.m4a +0 -0
  21. commands/can_you_go_right.json +10 -0
  22. commands/can_you_go_right.m4a +0 -0
  23. commands/can_you_sit_down.json +10 -0
  24. commands/can_you_sit_down.m4a +0 -0
  25. commands/can_you_slow_down.json +10 -0
  26. commands/can_you_slow_down.m4a +0 -0
  27. commands/can_you_stop.json +10 -0
  28. commands/can_you_stop.m4a +0 -0
  29. commands/cappuccino_no_sugar.json +10 -0
  30. commands/cappuccino_no_sugar.m4a +0 -0
  31. commands/cappuccino_to_go.json +10 -0
  32. commands/cappuccino_to_go.m4a +0 -0
  33. commands/cappuccino_with_almond_milk.json +10 -0
  34. commands/cappuccino_with_almond_milk.m4a +0 -0
  35. commands/cheesecake.json +10 -0
  36. commands/cheesecake.m4a +0 -0
  37. commands/chicken_sandwich.json +10 -0
  38. commands/chicken_sandwich.m4a +0 -0
  39. commands/chicken_sandwich_meal.json +10 -0
  40. commands/chicken_sandwich_meal.m4a +0 -0
  41. commands/chicken_sandwich_no_mayo.json +10 -0
  42. commands/chicken_sandwich_no_mayo.m4a +0 -0
  43. commands/chocolate_cake.json +10 -0
  44. commands/chocolate_cake.m4a +0 -0
  45. commands/coffee_please.json +10 -0
  46. commands/coffee_please.m4a +0 -0
  47. commands/coke_please.json +10 -0
  48. commands/coke_please.m4a +0 -0
  49. commands/cold_water.json +10 -0
  50. commands/cold_water.m4a +0 -0
commands/back_up.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Back up.",
3
+ "commandType": "Command",
4
+ "venueType": "office",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/back_up.m4a ADDED
Binary file (18 kB). View file
 
commands/bottled_water.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Bottled water.",
3
+ "commandType": "Order_Food",
4
+ "venueType": "restaurant",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/bottled_water.m4a ADDED
Binary file (19.7 kB). View file
 
commands/burger_no_pickles.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Burger, no pickles.",
3
+ "commandType": "Order_Food",
4
+ "venueType": "fast_food",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/burger_no_pickles.m4a ADDED
Binary file (20.5 kB). View file
 
commands/burger_with_fries.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Burger with fries.",
3
+ "commandType": "Order_Food",
4
+ "venueType": "fast_food",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/burger_with_fries.m4a ADDED
Binary file (17.5 kB). View file
 
commands/can_i_get_a_burger.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Can I get a burger?",
3
+ "commandType": "Order_Food",
4
+ "venueType": "fast_food",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/can_i_get_a_burger.m4a ADDED
Binary file (17.8 kB). View file
 
commands/can_i_get_fries_with_no_salt.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Can I get fries with no salt?",
3
+ "commandType": "Order_Food",
4
+ "venueType": "fast_food",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/can_i_get_fries_with_no_salt.m4a ADDED
Binary file (31.3 kB). View file
 
commands/can_i_have_a_coffee.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Can I have a coffee?",
3
+ "commandType": "Order_Food",
4
+ "venueType": "restaurant",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/can_i_have_a_coffee.m4a ADDED
Binary file (18.2 kB). View file
 
commands/can_i_order_dessert.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Can I order dessert?",
3
+ "commandType": "Order_Food",
4
+ "venueType": "restaurant",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/can_i_order_dessert.m4a ADDED
Binary file (22.4 kB). View file
 
commands/can_you_go_faster.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Can you go faster?",
3
+ "commandType": "Command",
4
+ "venueType": "office",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/can_you_go_faster.m4a ADDED
Binary file (21.3 kB). View file
 
commands/can_you_go_left.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Can you go left?",
3
+ "commandType": "Command",
4
+ "venueType": "office",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/can_you_go_left.m4a ADDED
Binary file (19.4 kB). View file
 
commands/can_you_go_right.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Can you go right?",
3
+ "commandType": "Command",
4
+ "venueType": "office",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/can_you_go_right.m4a ADDED
Binary file (20.8 kB). View file
 
commands/can_you_sit_down.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Can you sit down?",
3
+ "commandType": "Command",
4
+ "venueType": "office",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/can_you_sit_down.m4a ADDED
Binary file (18.1 kB). View file
 
commands/can_you_slow_down.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Can you slow down?",
3
+ "commandType": "Command",
4
+ "venueType": "office",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/can_you_slow_down.m4a ADDED
Binary file (23.9 kB). View file
 
commands/can_you_stop.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Can you stop?",
3
+ "commandType": "Command",
4
+ "venueType": "office",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/can_you_stop.m4a ADDED
Binary file (26.8 kB). View file
 
commands/cappuccino_no_sugar.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Cappuccino, no sugar.",
3
+ "commandType": "Order_Food",
4
+ "venueType": "coffee_shop",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/cappuccino_no_sugar.m4a ADDED
Binary file (20 kB). View file
 
commands/cappuccino_to_go.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Cappuccino to go.",
3
+ "commandType": "Order_Food",
4
+ "venueType": "coffee_shop",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/cappuccino_to_go.m4a ADDED
Binary file (21.5 kB). View file
 
commands/cappuccino_with_almond_milk.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Cappuccino with almond milk.",
3
+ "commandType": "Order_Food",
4
+ "venueType": "coffee_shop",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/cappuccino_with_almond_milk.m4a ADDED
Binary file (23.3 kB). View file
 
commands/cheesecake.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Cheesecake.",
3
+ "commandType": "Order_Food",
4
+ "venueType": "restaurant",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/cheesecake.m4a ADDED
Binary file (16.6 kB). View file
 
commands/chicken_sandwich.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Chicken sandwich.",
3
+ "commandType": "Order_Food",
4
+ "venueType": "fast_food",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/chicken_sandwich.m4a ADDED
Binary file (21.7 kB). View file
 
commands/chicken_sandwich_meal.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Chicken sandwich meal.",
3
+ "commandType": "Order_Food",
4
+ "venueType": "fast_food",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/chicken_sandwich_meal.m4a ADDED
Binary file (23.4 kB). View file
 
commands/chicken_sandwich_no_mayo.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Chicken sandwich, no mayo.",
3
+ "commandType": "Order_Food",
4
+ "venueType": "fast_food",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/chicken_sandwich_no_mayo.m4a ADDED
Binary file (27.9 kB). View file
 
commands/chocolate_cake.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Chocolate cake.",
3
+ "commandType": "Order_Food",
4
+ "venueType": "restaurant",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/chocolate_cake.m4a ADDED
Binary file (26.1 kB). View file
 
commands/coffee_please.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Coffee, please.",
3
+ "commandType": "Order_Food",
4
+ "venueType": "coffee_shop",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/coffee_please.m4a ADDED
Binary file (17.6 kB). View file
 
commands/coke_please.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Coke, please.",
3
+ "commandType": "Order_Food",
4
+ "venueType": "fast_food",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/coke_please.m4a ADDED
Binary file (19.4 kB). View file
 
commands/cold_water.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "commandText": "Cold water.",
3
+ "commandType": "Order_Food",
4
+ "venueType": "restaurant",
5
+ "venue_name": "",
6
+ "language": "en",
7
+ "accent": "International",
8
+ "noise_level": "Moderate",
9
+ "backgroundNoiseType": "none"
10
+ }
commands/cold_water.m4a ADDED
Binary file (19 kB). View file