ISTNetworks commited on
Commit
8d7578f
·
verified ·
1 Parent(s): 60b9e73

Upload dataset

Browse files
README.md CHANGED
@@ -1,3 +1,173 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train_115
7
+ path: data/train_115-*
8
+ - split: validation
9
+ path: data/validation-*
10
+ dataset_info:
11
+ features:
12
+ - name: id
13
+ dtype: string
14
+ - name: locale
15
+ dtype: string
16
+ - name: partition
17
+ dtype: string
18
+ - name: scenario
19
+ dtype:
20
+ class_label:
21
+ names:
22
+ '0': social
23
+ '1': transport
24
+ '2': calendar
25
+ '3': play
26
+ '4': news
27
+ '5': datetime
28
+ '6': recommendation
29
+ '7': email
30
+ '8': iot
31
+ '9': general
32
+ '10': audio
33
+ '11': lists
34
+ '12': qa
35
+ '13': cooking
36
+ '14': takeaway
37
+ '15': music
38
+ '16': alarm
39
+ '17': weather
40
+ - name: scenario_str
41
+ dtype: string
42
+ - name: intent_idx
43
+ dtype:
44
+ class_label:
45
+ names:
46
+ '0': datetime_query
47
+ '1': iot_hue_lightchange
48
+ '2': transport_ticket
49
+ '3': takeaway_query
50
+ '4': qa_stock
51
+ '5': general_greet
52
+ '6': recommendation_events
53
+ '7': music_dislikeness
54
+ '8': iot_wemo_off
55
+ '9': cooking_recipe
56
+ '10': qa_currency
57
+ '11': transport_traffic
58
+ '12': general_quirky
59
+ '13': weather_query
60
+ '14': audio_volume_up
61
+ '15': email_addcontact
62
+ '16': takeaway_order
63
+ '17': email_querycontact
64
+ '18': iot_hue_lightup
65
+ '19': recommendation_locations
66
+ '20': play_audiobook
67
+ '21': lists_createoradd
68
+ '22': news_query
69
+ '23': alarm_query
70
+ '24': iot_wemo_on
71
+ '25': general_joke
72
+ '26': qa_definition
73
+ '27': social_query
74
+ '28': music_settings
75
+ '29': audio_volume_other
76
+ '30': calendar_remove
77
+ '31': iot_hue_lightdim
78
+ '32': calendar_query
79
+ '33': email_sendemail
80
+ '34': iot_cleaning
81
+ '35': audio_volume_down
82
+ '36': play_radio
83
+ '37': cooking_query
84
+ '38': datetime_convert
85
+ '39': qa_maths
86
+ '40': iot_hue_lightoff
87
+ '41': iot_hue_lighton
88
+ '42': transport_query
89
+ '43': music_likeness
90
+ '44': email_query
91
+ '45': play_music
92
+ '46': audio_volume_mute
93
+ '47': social_post
94
+ '48': alarm_set
95
+ '49': qa_factoid
96
+ '50': calendar_set
97
+ '51': play_game
98
+ '52': alarm_remove
99
+ '53': lists_remove
100
+ '54': transport_taxi
101
+ '55': recommendation_movies
102
+ '56': iot_coffee
103
+ '57': music_query
104
+ '58': play_podcasts
105
+ '59': lists_query
106
+ - name: intent_str
107
+ dtype: string
108
+ - name: utt
109
+ dtype: string
110
+ - name: annot_utt
111
+ dtype: string
112
+ - name: worker_id
113
+ dtype: string
114
+ - name: slot_method
115
+ sequence:
116
+ - name: slot
117
+ dtype: string
118
+ - name: method
119
+ dtype: string
120
+ - name: judgments
121
+ sequence:
122
+ - name: worker_id
123
+ dtype: string
124
+ - name: intent_score
125
+ dtype: int8
126
+ - name: slots_score
127
+ dtype: int8
128
+ - name: grammar_score
129
+ dtype: int8
130
+ - name: spelling_score
131
+ dtype: int8
132
+ - name: language_identification
133
+ dtype: string
134
+ - name: tokens
135
+ sequence: string
136
+ - name: labels
137
+ sequence: string
138
+ - name: audio
139
+ dtype:
140
+ audio:
141
+ sampling_rate: 16000
142
+ - name: path
143
+ dtype: string
144
+ - name: is_transcript_reported
145
+ dtype: bool
146
+ - name: is_validated
147
+ dtype: bool
148
+ - name: speaker_id
149
+ dtype: string
150
+ - name: speaker_sex
151
+ dtype: string
152
+ - name: speaker_age
153
+ dtype: string
154
+ - name: speaker_ethnicity_simple
155
+ dtype: string
156
+ - name: speaker_country_of_birth
157
+ dtype: string
158
+ - name: speaker_country_of_residence
159
+ dtype: string
160
+ - name: speaker_nationality
161
+ dtype: string
162
+ - name: speaker_first_language
163
+ dtype: string
164
+ splits:
165
+ - name: train_115
166
+ num_bytes: 48998773.0
167
+ num_examples: 115
168
+ - name: validation
169
+ num_bytes: 734995910.0
170
+ num_examples: 2033
171
+ download_size: 696785915
172
+ dataset_size: 783994683.0
173
  ---
data/train_115-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c85eb476e82333eae646b3ddc2b86a4f4e10e53ec20820570c168e0dfa5747e3
3
+ size 43558549
data/validation-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3775f9838f7e9a6525ab3f95c2a5aa1ab8b88c2d3aabc7c2a9f66f4e5c6b59b
3
+ size 334167696
data/validation-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b135a58bb4f5500effb4fe78f7636f0e6a414ae44d252bba60de7ef9a3c6343
3
+ size 319059670