lhoestq HF Staff commited on
Commit
e391d71
·
verified ·
1 Parent(s): 17954e8

Add 'fr-FR' config data files

Browse files
README.md CHANGED
@@ -2105,6 +2105,138 @@ dataset_info:
2105
  num_examples: 2974
2106
  download_size: 1137444
2107
  dataset_size: 4388074
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2108
  configs:
2109
  - config_name: af-ZA
2110
  data_files:
@@ -2227,6 +2359,14 @@ configs:
2227
  path: fi-FI/validation-*
2228
  - split: test
2229
  path: fi-FI/test-*
 
 
 
 
 
 
 
 
2230
  ---
2231
 
2232
  # MASSIVE 1.1: A 1M-Example Multilingual Natural Language Understanding Dataset with 52 Typologically-Diverse Languages
 
2105
  num_examples: 2974
2106
  download_size: 1137444
2107
  dataset_size: 4388074
2108
+ - config_name: fr-FR
2109
+ features:
2110
+ - name: id
2111
+ dtype: string
2112
+ - name: locale
2113
+ dtype: string
2114
+ - name: partition
2115
+ dtype: string
2116
+ - name: scenario
2117
+ dtype:
2118
+ class_label:
2119
+ names:
2120
+ '0': social
2121
+ '1': transport
2122
+ '2': calendar
2123
+ '3': play
2124
+ '4': news
2125
+ '5': datetime
2126
+ '6': recommendation
2127
+ '7': email
2128
+ '8': iot
2129
+ '9': general
2130
+ '10': audio
2131
+ '11': lists
2132
+ '12': qa
2133
+ '13': cooking
2134
+ '14': takeaway
2135
+ '15': music
2136
+ '16': alarm
2137
+ '17': weather
2138
+ - name: intent
2139
+ dtype:
2140
+ class_label:
2141
+ names:
2142
+ '0': datetime_query
2143
+ '1': iot_hue_lightchange
2144
+ '2': transport_ticket
2145
+ '3': takeaway_query
2146
+ '4': qa_stock
2147
+ '5': general_greet
2148
+ '6': recommendation_events
2149
+ '7': music_dislikeness
2150
+ '8': iot_wemo_off
2151
+ '9': cooking_recipe
2152
+ '10': qa_currency
2153
+ '11': transport_traffic
2154
+ '12': general_quirky
2155
+ '13': weather_query
2156
+ '14': audio_volume_up
2157
+ '15': email_addcontact
2158
+ '16': takeaway_order
2159
+ '17': email_querycontact
2160
+ '18': iot_hue_lightup
2161
+ '19': recommendation_locations
2162
+ '20': play_audiobook
2163
+ '21': lists_createoradd
2164
+ '22': news_query
2165
+ '23': alarm_query
2166
+ '24': iot_wemo_on
2167
+ '25': general_joke
2168
+ '26': qa_definition
2169
+ '27': social_query
2170
+ '28': music_settings
2171
+ '29': audio_volume_other
2172
+ '30': calendar_remove
2173
+ '31': iot_hue_lightdim
2174
+ '32': calendar_query
2175
+ '33': email_sendemail
2176
+ '34': iot_cleaning
2177
+ '35': audio_volume_down
2178
+ '36': play_radio
2179
+ '37': cooking_query
2180
+ '38': datetime_convert
2181
+ '39': qa_maths
2182
+ '40': iot_hue_lightoff
2183
+ '41': iot_hue_lighton
2184
+ '42': transport_query
2185
+ '43': music_likeness
2186
+ '44': email_query
2187
+ '45': play_music
2188
+ '46': audio_volume_mute
2189
+ '47': social_post
2190
+ '48': alarm_set
2191
+ '49': qa_factoid
2192
+ '50': calendar_set
2193
+ '51': play_game
2194
+ '52': alarm_remove
2195
+ '53': lists_remove
2196
+ '54': transport_taxi
2197
+ '55': recommendation_movies
2198
+ '56': iot_coffee
2199
+ '57': music_query
2200
+ '58': play_podcasts
2201
+ '59': lists_query
2202
+ - name: utt
2203
+ dtype: string
2204
+ - name: annot_utt
2205
+ dtype: string
2206
+ - name: worker_id
2207
+ dtype: string
2208
+ - name: slot_method
2209
+ sequence:
2210
+ - name: slot
2211
+ dtype: string
2212
+ - name: method
2213
+ dtype: string
2214
+ - name: judgments
2215
+ sequence:
2216
+ - name: worker_id
2217
+ dtype: string
2218
+ - name: intent_score
2219
+ dtype: int8
2220
+ - name: slots_score
2221
+ dtype: int8
2222
+ - name: grammar_score
2223
+ dtype: int8
2224
+ - name: spelling_score
2225
+ dtype: int8
2226
+ - name: language_identification
2227
+ dtype: string
2228
+ splits:
2229
+ - name: train
2230
+ num_bytes: 3169070
2231
+ num_examples: 11514
2232
+ - name: validation
2233
+ num_bytes: 553394
2234
+ num_examples: 2033
2235
+ - name: test
2236
+ num_bytes: 808036
2237
+ num_examples: 2974
2238
+ download_size: 1190635
2239
+ dataset_size: 4530500
2240
  configs:
2241
  - config_name: af-ZA
2242
  data_files:
 
2359
  path: fi-FI/validation-*
2360
  - split: test
2361
  path: fi-FI/test-*
2362
+ - config_name: fr-FR
2363
+ data_files:
2364
+ - split: train
2365
+ path: fr-FR/train-*
2366
+ - split: validation
2367
+ path: fr-FR/validation-*
2368
+ - split: test
2369
+ path: fr-FR/test-*
2370
  ---
2371
 
2372
  # MASSIVE 1.1: A 1M-Example Multilingual Natural Language Understanding Dataset with 52 Typologically-Diverse Languages
fr-FR/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdec808327c678d4a55677071909758ee763d96d47f00b5c6e67845287b1fa28
3
+ size 222742
fr-FR/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9e77cf7a3d2216624117b356d3e7c89072b62f33e718bc0d9ef29b86c6ca11b
3
+ size 806529
fr-FR/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7835e7f596d694b322f30fb982e9763d0dcf4069ced598be2934c194a1f88fac
3
+ size 161364