lhoestq HF Staff commited on
Commit
606caeb
·
verified ·
1 Parent(s): ff6bd8e

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -124,6 +124,149 @@ language_bcp47:
124
  - zh-TW
125
  tags:
126
  - natural-language-understanding
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
  ---
128
 
129
  # MASSIVE 1.1: A 1M-Example Multilingual Natural Language Understanding Dataset with 52 Typologically-Diverse Languages
 
124
  - zh-TW
125
  tags:
126
  - natural-language-understanding
127
+ dataset_info:
128
+ config_name: all
129
+ features:
130
+ - name: id
131
+ dtype: string
132
+ - name: locale
133
+ dtype: string
134
+ - name: partition
135
+ dtype: string
136
+ - name: scenario
137
+ dtype:
138
+ class_label:
139
+ names:
140
+ '0': social
141
+ '1': transport
142
+ '2': calendar
143
+ '3': play
144
+ '4': news
145
+ '5': datetime
146
+ '6': recommendation
147
+ '7': email
148
+ '8': iot
149
+ '9': general
150
+ '10': audio
151
+ '11': lists
152
+ '12': qa
153
+ '13': cooking
154
+ '14': takeaway
155
+ '15': music
156
+ '16': alarm
157
+ '17': weather
158
+ - name: intent
159
+ dtype:
160
+ class_label:
161
+ names:
162
+ '0': datetime_query
163
+ '1': iot_hue_lightchange
164
+ '2': transport_ticket
165
+ '3': takeaway_query
166
+ '4': qa_stock
167
+ '5': general_greet
168
+ '6': recommendation_events
169
+ '7': music_dislikeness
170
+ '8': iot_wemo_off
171
+ '9': cooking_recipe
172
+ '10': qa_currency
173
+ '11': transport_traffic
174
+ '12': general_quirky
175
+ '13': weather_query
176
+ '14': audio_volume_up
177
+ '15': email_addcontact
178
+ '16': takeaway_order
179
+ '17': email_querycontact
180
+ '18': iot_hue_lightup
181
+ '19': recommendation_locations
182
+ '20': play_audiobook
183
+ '21': lists_createoradd
184
+ '22': news_query
185
+ '23': alarm_query
186
+ '24': iot_wemo_on
187
+ '25': general_joke
188
+ '26': qa_definition
189
+ '27': social_query
190
+ '28': music_settings
191
+ '29': audio_volume_other
192
+ '30': calendar_remove
193
+ '31': iot_hue_lightdim
194
+ '32': calendar_query
195
+ '33': email_sendemail
196
+ '34': iot_cleaning
197
+ '35': audio_volume_down
198
+ '36': play_radio
199
+ '37': cooking_query
200
+ '38': datetime_convert
201
+ '39': qa_maths
202
+ '40': iot_hue_lightoff
203
+ '41': iot_hue_lighton
204
+ '42': transport_query
205
+ '43': music_likeness
206
+ '44': email_query
207
+ '45': play_music
208
+ '46': audio_volume_mute
209
+ '47': social_post
210
+ '48': alarm_set
211
+ '49': qa_factoid
212
+ '50': calendar_set
213
+ '51': play_game
214
+ '52': alarm_remove
215
+ '53': lists_remove
216
+ '54': transport_taxi
217
+ '55': recommendation_movies
218
+ '56': iot_coffee
219
+ '57': music_query
220
+ '58': play_podcasts
221
+ '59': lists_query
222
+ - name: utt
223
+ dtype: string
224
+ - name: annot_utt
225
+ dtype: string
226
+ - name: worker_id
227
+ dtype: string
228
+ - name: slot_method
229
+ sequence:
230
+ - name: slot
231
+ dtype: string
232
+ - name: method
233
+ dtype: string
234
+ - name: judgments
235
+ sequence:
236
+ - name: worker_id
237
+ dtype: string
238
+ - name: intent_score
239
+ dtype: int8
240
+ - name: slots_score
241
+ dtype: int8
242
+ - name: grammar_score
243
+ dtype: int8
244
+ - name: spelling_score
245
+ dtype: int8
246
+ - name: language_identification
247
+ dtype: string
248
+ splits:
249
+ - name: train
250
+ num_bytes: 175449560
251
+ num_examples: 587214
252
+ - name: validation
253
+ num_bytes: 30664576
254
+ num_examples: 103683
255
+ - name: test
256
+ num_bytes: 44751395
257
+ num_examples: 151674
258
+ download_size: 63574630
259
+ dataset_size: 250865531
260
+ configs:
261
+ - config_name: all
262
+ data_files:
263
+ - split: train
264
+ path: all/train-*
265
+ - split: validation
266
+ path: all/validation-*
267
+ - split: test
268
+ path: all/test-*
269
+ default: true
270
  ---
271
 
272
  # MASSIVE 1.1: A 1M-Example Multilingual Natural Language Understanding Dataset with 52 Typologically-Diverse Languages
all/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9b931e1961842cf9dacba0b7be53ecd6e116f351562a5bfefdd4724b531314f
3
+ size 11802197
all/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fe4a37c8a03e19e21a4bab8faaedcf70fcba6abe60f11e3c4250d5291bf40fb
3
+ size 43541087
all/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1eee02f7c703231519a29c6508a44cba588a8eba7c8cc34eaf8c06794687f3b0
3
+ size 8231346