Beomseok-LEE commited on
Commit
e1e8591
·
verified ·
1 Parent(s): 5f0751f

commit dataset pt-PT train_115 split.

Browse files
Files changed (2) hide show
  1. README.md +164 -0
  2. pt-PT/train_115-00000-of-00001.parquet +3 -0
README.md CHANGED
@@ -1316,6 +1316,166 @@ dataset_info:
1316
  num_examples: 115
1317
  download_size: 31216417
1318
  dataset_size: 37683087.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1319
  configs:
1320
  - config_name: ar-SA
1321
  data_files:
@@ -1349,6 +1509,10 @@ configs:
1349
  data_files:
1350
  - split: train_115
1351
  path: pl-PL/train_115-*
 
 
 
 
1352
  ---
1353
 
1354
  # Speech-MASSIVE
 
1316
  num_examples: 115
1317
  download_size: 31216417
1318
  dataset_size: 37683087.0
1319
+ - config_name: pt-PT
1320
+ features:
1321
+ - name: id
1322
+ dtype: string
1323
+ - name: locale
1324
+ dtype: string
1325
+ - name: partition
1326
+ dtype: string
1327
+ - name: scenario
1328
+ dtype:
1329
+ class_label:
1330
+ names:
1331
+ '0': social
1332
+ '1': transport
1333
+ '2': calendar
1334
+ '3': play
1335
+ '4': news
1336
+ '5': datetime
1337
+ '6': recommendation
1338
+ '7': email
1339
+ '8': iot
1340
+ '9': general
1341
+ '10': audio
1342
+ '11': lists
1343
+ '12': qa
1344
+ '13': cooking
1345
+ '14': takeaway
1346
+ '15': music
1347
+ '16': alarm
1348
+ '17': weather
1349
+ - name: scenario_str
1350
+ dtype: string
1351
+ - name: intent_idx
1352
+ dtype:
1353
+ class_label:
1354
+ names:
1355
+ '0': datetime_query
1356
+ '1': iot_hue_lightchange
1357
+ '2': transport_ticket
1358
+ '3': takeaway_query
1359
+ '4': qa_stock
1360
+ '5': general_greet
1361
+ '6': recommendation_events
1362
+ '7': music_dislikeness
1363
+ '8': iot_wemo_off
1364
+ '9': cooking_recipe
1365
+ '10': qa_currency
1366
+ '11': transport_traffic
1367
+ '12': general_quirky
1368
+ '13': weather_query
1369
+ '14': audio_volume_up
1370
+ '15': email_addcontact
1371
+ '16': takeaway_order
1372
+ '17': email_querycontact
1373
+ '18': iot_hue_lightup
1374
+ '19': recommendation_locations
1375
+ '20': play_audiobook
1376
+ '21': lists_createoradd
1377
+ '22': news_query
1378
+ '23': alarm_query
1379
+ '24': iot_wemo_on
1380
+ '25': general_joke
1381
+ '26': qa_definition
1382
+ '27': social_query
1383
+ '28': music_settings
1384
+ '29': audio_volume_other
1385
+ '30': calendar_remove
1386
+ '31': iot_hue_lightdim
1387
+ '32': calendar_query
1388
+ '33': email_sendemail
1389
+ '34': iot_cleaning
1390
+ '35': audio_volume_down
1391
+ '36': play_radio
1392
+ '37': cooking_query
1393
+ '38': datetime_convert
1394
+ '39': qa_maths
1395
+ '40': iot_hue_lightoff
1396
+ '41': iot_hue_lighton
1397
+ '42': transport_query
1398
+ '43': music_likeness
1399
+ '44': email_query
1400
+ '45': play_music
1401
+ '46': audio_volume_mute
1402
+ '47': social_post
1403
+ '48': alarm_set
1404
+ '49': qa_factoid
1405
+ '50': calendar_set
1406
+ '51': play_game
1407
+ '52': alarm_remove
1408
+ '53': lists_remove
1409
+ '54': transport_taxi
1410
+ '55': recommendation_movies
1411
+ '56': iot_coffee
1412
+ '57': music_query
1413
+ '58': play_podcasts
1414
+ '59': lists_query
1415
+ - name: intent_str
1416
+ dtype: string
1417
+ - name: utt
1418
+ dtype: string
1419
+ - name: annot_utt
1420
+ dtype: string
1421
+ - name: worker_id
1422
+ dtype: string
1423
+ - name: slot_method
1424
+ sequence:
1425
+ - name: slot
1426
+ dtype: string
1427
+ - name: method
1428
+ dtype: string
1429
+ - name: judgments
1430
+ sequence:
1431
+ - name: worker_id
1432
+ dtype: string
1433
+ - name: intent_score
1434
+ dtype: int8
1435
+ - name: slots_score
1436
+ dtype: int8
1437
+ - name: grammar_score
1438
+ dtype: int8
1439
+ - name: spelling_score
1440
+ dtype: int8
1441
+ - name: language_identification
1442
+ dtype: string
1443
+ - name: tokens
1444
+ sequence: string
1445
+ - name: labels
1446
+ sequence: string
1447
+ - name: audio
1448
+ dtype:
1449
+ audio:
1450
+ sampling_rate: 16000
1451
+ - name: path
1452
+ dtype: string
1453
+ - name: is_transcript_reported
1454
+ dtype: bool
1455
+ - name: is_validated
1456
+ dtype: bool
1457
+ - name: speaker_id
1458
+ dtype: string
1459
+ - name: speaker_sex
1460
+ dtype: string
1461
+ - name: speaker_age
1462
+ dtype: string
1463
+ - name: speaker_ethnicity_simple
1464
+ dtype: string
1465
+ - name: speaker_country_of_birth
1466
+ dtype: string
1467
+ - name: speaker_country_of_residence
1468
+ dtype: string
1469
+ - name: speaker_nationality
1470
+ dtype: string
1471
+ - name: speaker_first_language
1472
+ dtype: string
1473
+ splits:
1474
+ - name: train_115
1475
+ num_bytes: 43034745.0
1476
+ num_examples: 115
1477
+ download_size: 38085459
1478
+ dataset_size: 43034745.0
1479
  configs:
1480
  - config_name: ar-SA
1481
  data_files:
 
1509
  data_files:
1510
  - split: train_115
1511
  path: pl-PL/train_115-*
1512
+ - config_name: pt-PT
1513
+ data_files:
1514
+ - split: train_115
1515
+ path: pt-PT/train_115-*
1516
  ---
1517
 
1518
  # Speech-MASSIVE
pt-PT/train_115-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c7902a28b9ef0701af4de2ab5bee9a76bc183728ecb6ae98873df02000d151e
3
+ size 38085459