maxF6YsK commited on
Commit
0e56ce7
·
verified ·
1 Parent(s): 8026557

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +92 -0
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Commands Dataset
2
+
3
+ A collection of English voice commands focused on two main categories: general commands and food ordering interactions. The dataset includes audio recordings with corresponding transcriptions and detailed contextual metadata.
4
+
5
+ ## Dataset Description
6
+
7
+ This dataset contains 91 voice commands recorded in various settings (office, restaurant, coffee shop, fast food) with consistent audio quality and moderate noise levels. Each command is recorded with international English accent and includes detailed contextual information.
8
+
9
+ ### Key Features
10
+
11
+ - **Language**: English (en)
12
+ - **Accent**: International
13
+ - **Total Commands**: 91
14
+ - **Command Types**: 2 categories (Command, Order_Food)
15
+ - **Venue Types**: 4 categories (office, restaurant, coffee_shop, fast_food)
16
+ - **Noise Level**: Moderate
17
+ - **Audio Format**: M4A
18
+
19
+ ### Command Categories
20
+
21
+ 1. **General Commands** (office setting):
22
+ - Movement commands (e.g., "Go left", "Turn right", "Back up")
23
+ - Speed commands (e.g., "Faster", "Slow down")
24
+ - Action commands (e.g., "Sit down", "Stop", "Come here")
25
+
26
+ 2. **Food Ordering** (various venues):
27
+ - Restaurant orders
28
+ - Coffee shop orders
29
+ - Fast food orders
30
+ - Beverage orders
31
+
32
+ ### Data Format
33
+
34
+ Each entry contains:
35
+ ```json
36
+ {
37
+ "audioFile": "string",
38
+ "commandText": "string",
39
+ "commandType": "string",
40
+ "venueType": "string",
41
+ "venue_name": "string",
42
+ "language": "string",
43
+ "accent": "string",
44
+ "noise_level": "string",
45
+ "backgroundNoiseType": "string"
46
+ }
47
+ ```
48
+
49
+ ## Usage
50
+
51
+ This dataset is particularly useful for:
52
+ - Voice command recognition systems
53
+ - Restaurant ordering automation
54
+ - Virtual assistants
55
+ - Natural language processing
56
+ - Speech recognition model training
57
+ - Command intent classification
58
+
59
+ ### Loading the Dataset
60
+
61
+ ```python
62
+ from datasets import load_dataset
63
+
64
+ dataset = load_dataset("maxF6YsK/commands")
65
+ ```
66
+
67
+ ## Dataset Statistics
68
+
69
+ ### Command Distribution
70
+ - Total commands: 91
71
+ - Command types: 2 (Command, Order_Food)
72
+ - Venue types: 4 (office, restaurant, coffee_shop, fast_food)
73
+
74
+ ### Audio Characteristics
75
+ - Format: M4A
76
+ - Noise Level: Moderate
77
+ - Background Noise Types: none, traffic, conversation
78
+ - Accent: International English
79
+
80
+ ### Common Patterns
81
+ - Polite forms ("please", "excuse me")
82
+ - Direct commands
83
+ - Food/beverage ordering variations
84
+ - Movement and position instructions
85
+
86
+ ## Data Collection Environment
87
+
88
+ - **Language**: English
89
+ - **Accent**: International
90
+ - **Noise Level**: Moderate
91
+ - **Recording Quality**: Consistent across samples
92
+ - **Background Conditions**: Controlled with minimal variation