AmruthaS commited on
Commit
d8cbf43
·
1 Parent(s): d2d2798

Upload 3 files

Browse files
Files changed (3) hide show
  1. test.csv +5 -0
  2. train.csv +34 -0
  3. validation.csv +5 -0
test.csv ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ Transcription,Tag,Label
2
+ On the light,Light on,0
3
+ Off the light,Light off,1
4
+ Can anyone open the door,Door open,2
5
+ Close the door for me,Door close,3
train.csv ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Transcription,Label,Tag
2
+ Switch on the light,Light on,0
3
+ Switch on light,Light on,0
4
+ Switch the light on,Light on,0
5
+ Turn on the light,Light on,0
6
+ Turn on light,Light on,0
7
+ Turn the light on,Light on,0
8
+ Tap the light on,Light on,0
9
+ Light up,Light on,0
10
+ Switch off the light,Light off,1
11
+ Switch off light,Light off,1
12
+ Switch the light off,Light off,1
13
+ Turn off the light,Light off,1
14
+ Turn off light,Light off,1
15
+ Turn the light off,Light off,1
16
+ Darken the room,Light off,1
17
+ Tap the light off,Light off,1
18
+ Open the door,Door open,2
19
+ Open door,Door open,2
20
+ Please open the door,Door open,2
21
+ Open the door please,Door open,2
22
+ Can you please open the door,Door open,2
23
+ Will u please open the door,Door open,2
24
+ Open the door please,Door open,2
25
+ May I open the door,Door open,2
26
+ Close the door,Door close,3
27
+ Close door,Door close,3
28
+ Please close the door,Door close,3
29
+ Close the door please,Door close,3
30
+ Can you please close the door,Door close,3
31
+ Will u please close the door,Door close,3
32
+ Close the door please,Door close,3
33
+ Would you mind closing the door,Door close,3
34
+ Other,Other,4
validation.csv ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ Transcription,Label,Tag
2
+ Light on,Light on,0
3
+ Light off,Light off,1
4
+ Door open,Door open,2
5
+ Door close,Door close,3