Beomseok-LEE commited on
Commit
cae43a2
·
verified ·
1 Parent(s): 1410b3b

commit dataset tr-TR train_115 split.

Browse files
Files changed (2) hide show
  1. README.md +164 -0
  2. tr-TR/train_115-00000-of-00001.parquet +3 -0
README.md CHANGED
@@ -1636,6 +1636,166 @@ dataset_info:
1636
  num_examples: 115
1637
  download_size: 36634744
1638
  dataset_size: 41959183.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1639
  configs:
1640
  - config_name: ar-SA
1641
  data_files:
@@ -1677,6 +1837,10 @@ configs:
1677
  data_files:
1678
  - split: train_115
1679
  path: ru-RU/train_115-*
 
 
 
 
1680
  ---
1681
 
1682
  # Speech-MASSIVE
 
1636
  num_examples: 115
1637
  download_size: 36634744
1638
  dataset_size: 41959183.0
1639
+ - config_name: tr-TR
1640
+ features:
1641
+ - name: id
1642
+ dtype: string
1643
+ - name: locale
1644
+ dtype: string
1645
+ - name: partition
1646
+ dtype: string
1647
+ - name: scenario
1648
+ dtype:
1649
+ class_label:
1650
+ names:
1651
+ '0': social
1652
+ '1': transport
1653
+ '2': calendar
1654
+ '3': play
1655
+ '4': news
1656
+ '5': datetime
1657
+ '6': recommendation
1658
+ '7': email
1659
+ '8': iot
1660
+ '9': general
1661
+ '10': audio
1662
+ '11': lists
1663
+ '12': qa
1664
+ '13': cooking
1665
+ '14': takeaway
1666
+ '15': music
1667
+ '16': alarm
1668
+ '17': weather
1669
+ - name: scenario_str
1670
+ dtype: string
1671
+ - name: intent_idx
1672
+ dtype:
1673
+ class_label:
1674
+ names:
1675
+ '0': datetime_query
1676
+ '1': iot_hue_lightchange
1677
+ '2': transport_ticket
1678
+ '3': takeaway_query
1679
+ '4': qa_stock
1680
+ '5': general_greet
1681
+ '6': recommendation_events
1682
+ '7': music_dislikeness
1683
+ '8': iot_wemo_off
1684
+ '9': cooking_recipe
1685
+ '10': qa_currency
1686
+ '11': transport_traffic
1687
+ '12': general_quirky
1688
+ '13': weather_query
1689
+ '14': audio_volume_up
1690
+ '15': email_addcontact
1691
+ '16': takeaway_order
1692
+ '17': email_querycontact
1693
+ '18': iot_hue_lightup
1694
+ '19': recommendation_locations
1695
+ '20': play_audiobook
1696
+ '21': lists_createoradd
1697
+ '22': news_query
1698
+ '23': alarm_query
1699
+ '24': iot_wemo_on
1700
+ '25': general_joke
1701
+ '26': qa_definition
1702
+ '27': social_query
1703
+ '28': music_settings
1704
+ '29': audio_volume_other
1705
+ '30': calendar_remove
1706
+ '31': iot_hue_lightdim
1707
+ '32': calendar_query
1708
+ '33': email_sendemail
1709
+ '34': iot_cleaning
1710
+ '35': audio_volume_down
1711
+ '36': play_radio
1712
+ '37': cooking_query
1713
+ '38': datetime_convert
1714
+ '39': qa_maths
1715
+ '40': iot_hue_lightoff
1716
+ '41': iot_hue_lighton
1717
+ '42': transport_query
1718
+ '43': music_likeness
1719
+ '44': email_query
1720
+ '45': play_music
1721
+ '46': audio_volume_mute
1722
+ '47': social_post
1723
+ '48': alarm_set
1724
+ '49': qa_factoid
1725
+ '50': calendar_set
1726
+ '51': play_game
1727
+ '52': alarm_remove
1728
+ '53': lists_remove
1729
+ '54': transport_taxi
1730
+ '55': recommendation_movies
1731
+ '56': iot_coffee
1732
+ '57': music_query
1733
+ '58': play_podcasts
1734
+ '59': lists_query
1735
+ - name: intent_str
1736
+ dtype: string
1737
+ - name: utt
1738
+ dtype: string
1739
+ - name: annot_utt
1740
+ dtype: string
1741
+ - name: worker_id
1742
+ dtype: string
1743
+ - name: slot_method
1744
+ sequence:
1745
+ - name: slot
1746
+ dtype: string
1747
+ - name: method
1748
+ dtype: string
1749
+ - name: judgments
1750
+ sequence:
1751
+ - name: worker_id
1752
+ dtype: string
1753
+ - name: intent_score
1754
+ dtype: int8
1755
+ - name: slots_score
1756
+ dtype: int8
1757
+ - name: grammar_score
1758
+ dtype: int8
1759
+ - name: spelling_score
1760
+ dtype: int8
1761
+ - name: language_identification
1762
+ dtype: string
1763
+ - name: tokens
1764
+ sequence: string
1765
+ - name: labels
1766
+ sequence: string
1767
+ - name: audio
1768
+ dtype:
1769
+ audio:
1770
+ sampling_rate: 16000
1771
+ - name: path
1772
+ dtype: string
1773
+ - name: is_transcript_reported
1774
+ dtype: bool
1775
+ - name: is_validated
1776
+ dtype: bool
1777
+ - name: speaker_id
1778
+ dtype: string
1779
+ - name: speaker_sex
1780
+ dtype: string
1781
+ - name: speaker_age
1782
+ dtype: string
1783
+ - name: speaker_ethnicity_simple
1784
+ dtype: string
1785
+ - name: speaker_country_of_birth
1786
+ dtype: string
1787
+ - name: speaker_country_of_residence
1788
+ dtype: string
1789
+ - name: speaker_nationality
1790
+ dtype: string
1791
+ - name: speaker_first_language
1792
+ dtype: string
1793
+ splits:
1794
+ - name: train_115
1795
+ num_bytes: 40830774.0
1796
+ num_examples: 115
1797
+ download_size: 37973893
1798
+ dataset_size: 40830774.0
1799
  configs:
1800
  - config_name: ar-SA
1801
  data_files:
 
1837
  data_files:
1838
  - split: train_115
1839
  path: ru-RU/train_115-*
1840
+ - config_name: tr-TR
1841
+ data_files:
1842
+ - split: train_115
1843
+ path: tr-TR/train_115-*
1844
  ---
1845
 
1846
  # Speech-MASSIVE
tr-TR/train_115-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:418971e087c4e2ae562790eb7f8abb542410cc78453cb8d792f73669ff31ae51
3
+ size 37973893