Beomseok-LEE commited on
Commit
a5c9baf
·
verified ·
1 Parent(s): e451803

commit dataset nl-NL train_115 split.

Browse files
Files changed (2) hide show
  1. README.md +164 -0
  2. nl-NL/train_115-00000-of-00001.parquet +3 -0
README.md CHANGED
@@ -996,6 +996,166 @@ dataset_info:
996
  num_examples: 115
997
  download_size: 42137884
998
  dataset_size: 49094120.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
999
  configs:
1000
  - config_name: ar-SA
1001
  data_files:
@@ -1021,6 +1181,10 @@ configs:
1021
  data_files:
1022
  - split: train_115
1023
  path: ko-KR/train_115-*
 
 
 
 
1024
  ---
1025
 
1026
  # Speech-MASSIVE
 
996
  num_examples: 115
997
  download_size: 42137884
998
  dataset_size: 49094120.0
999
+ - config_name: nl-NL
1000
+ features:
1001
+ - name: id
1002
+ dtype: string
1003
+ - name: locale
1004
+ dtype: string
1005
+ - name: partition
1006
+ dtype: string
1007
+ - name: scenario
1008
+ dtype:
1009
+ class_label:
1010
+ names:
1011
+ '0': social
1012
+ '1': transport
1013
+ '2': calendar
1014
+ '3': play
1015
+ '4': news
1016
+ '5': datetime
1017
+ '6': recommendation
1018
+ '7': email
1019
+ '8': iot
1020
+ '9': general
1021
+ '10': audio
1022
+ '11': lists
1023
+ '12': qa
1024
+ '13': cooking
1025
+ '14': takeaway
1026
+ '15': music
1027
+ '16': alarm
1028
+ '17': weather
1029
+ - name: scenario_str
1030
+ dtype: string
1031
+ - name: intent_idx
1032
+ dtype:
1033
+ class_label:
1034
+ names:
1035
+ '0': datetime_query
1036
+ '1': iot_hue_lightchange
1037
+ '2': transport_ticket
1038
+ '3': takeaway_query
1039
+ '4': qa_stock
1040
+ '5': general_greet
1041
+ '6': recommendation_events
1042
+ '7': music_dislikeness
1043
+ '8': iot_wemo_off
1044
+ '9': cooking_recipe
1045
+ '10': qa_currency
1046
+ '11': transport_traffic
1047
+ '12': general_quirky
1048
+ '13': weather_query
1049
+ '14': audio_volume_up
1050
+ '15': email_addcontact
1051
+ '16': takeaway_order
1052
+ '17': email_querycontact
1053
+ '18': iot_hue_lightup
1054
+ '19': recommendation_locations
1055
+ '20': play_audiobook
1056
+ '21': lists_createoradd
1057
+ '22': news_query
1058
+ '23': alarm_query
1059
+ '24': iot_wemo_on
1060
+ '25': general_joke
1061
+ '26': qa_definition
1062
+ '27': social_query
1063
+ '28': music_settings
1064
+ '29': audio_volume_other
1065
+ '30': calendar_remove
1066
+ '31': iot_hue_lightdim
1067
+ '32': calendar_query
1068
+ '33': email_sendemail
1069
+ '34': iot_cleaning
1070
+ '35': audio_volume_down
1071
+ '36': play_radio
1072
+ '37': cooking_query
1073
+ '38': datetime_convert
1074
+ '39': qa_maths
1075
+ '40': iot_hue_lightoff
1076
+ '41': iot_hue_lighton
1077
+ '42': transport_query
1078
+ '43': music_likeness
1079
+ '44': email_query
1080
+ '45': play_music
1081
+ '46': audio_volume_mute
1082
+ '47': social_post
1083
+ '48': alarm_set
1084
+ '49': qa_factoid
1085
+ '50': calendar_set
1086
+ '51': play_game
1087
+ '52': alarm_remove
1088
+ '53': lists_remove
1089
+ '54': transport_taxi
1090
+ '55': recommendation_movies
1091
+ '56': iot_coffee
1092
+ '57': music_query
1093
+ '58': play_podcasts
1094
+ '59': lists_query
1095
+ - name: intent_str
1096
+ dtype: string
1097
+ - name: utt
1098
+ dtype: string
1099
+ - name: annot_utt
1100
+ dtype: string
1101
+ - name: worker_id
1102
+ dtype: string
1103
+ - name: slot_method
1104
+ sequence:
1105
+ - name: slot
1106
+ dtype: string
1107
+ - name: method
1108
+ dtype: string
1109
+ - name: judgments
1110
+ sequence:
1111
+ - name: worker_id
1112
+ dtype: string
1113
+ - name: intent_score
1114
+ dtype: int8
1115
+ - name: slots_score
1116
+ dtype: int8
1117
+ - name: grammar_score
1118
+ dtype: int8
1119
+ - name: spelling_score
1120
+ dtype: int8
1121
+ - name: language_identification
1122
+ dtype: string
1123
+ - name: tokens
1124
+ sequence: string
1125
+ - name: labels
1126
+ sequence: string
1127
+ - name: audio
1128
+ dtype:
1129
+ audio:
1130
+ sampling_rate: 16000
1131
+ - name: path
1132
+ dtype: string
1133
+ - name: is_transcript_reported
1134
+ dtype: bool
1135
+ - name: is_validated
1136
+ dtype: bool
1137
+ - name: speaker_id
1138
+ dtype: string
1139
+ - name: speaker_sex
1140
+ dtype: string
1141
+ - name: speaker_age
1142
+ dtype: string
1143
+ - name: speaker_ethnicity_simple
1144
+ dtype: string
1145
+ - name: speaker_country_of_birth
1146
+ dtype: string
1147
+ - name: speaker_country_of_residence
1148
+ dtype: string
1149
+ - name: speaker_nationality
1150
+ dtype: string
1151
+ - name: speaker_first_language
1152
+ dtype: string
1153
+ splits:
1154
+ - name: train_115
1155
+ num_bytes: 43929434.0
1156
+ num_examples: 115
1157
+ download_size: 37951815
1158
+ dataset_size: 43929434.0
1159
  configs:
1160
  - config_name: ar-SA
1161
  data_files:
 
1181
  data_files:
1182
  - split: train_115
1183
  path: ko-KR/train_115-*
1184
+ - config_name: nl-NL
1185
+ data_files:
1186
+ - split: train_115
1187
+ path: nl-NL/train_115-*
1188
  ---
1189
 
1190
  # Speech-MASSIVE
nl-NL/train_115-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5cc6ccd225a60321e2331e98d43fad78ff03868c3e2fb8b723fbec565c328c6
3
+ size 37951815