lhoestq HF Staff commited on
Commit
9b095d9
·
verified ·
1 Parent(s): c3c255d

Add 'fa-IR' config data files

Browse files
README.md CHANGED
@@ -1841,6 +1841,138 @@ dataset_info:
1841
  num_examples: 2974
1842
  download_size: 1160888
1843
  dataset_size: 4445857
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1844
  configs:
1845
  - config_name: af-ZA
1846
  data_files:
@@ -1947,6 +2079,14 @@ configs:
1947
  path: es-ES/validation-*
1948
  - split: test
1949
  path: es-ES/test-*
 
 
 
 
 
 
 
 
1950
  ---
1951
 
1952
  # MASSIVE 1.1: A 1M-Example Multilingual Natural Language Understanding Dataset with 52 Typologically-Diverse Languages
 
1841
  num_examples: 2974
1842
  download_size: 1160888
1843
  dataset_size: 4445857
1844
+ - config_name: fa-IR
1845
+ features:
1846
+ - name: id
1847
+ dtype: string
1848
+ - name: locale
1849
+ dtype: string
1850
+ - name: partition
1851
+ dtype: string
1852
+ - name: scenario
1853
+ dtype:
1854
+ class_label:
1855
+ names:
1856
+ '0': social
1857
+ '1': transport
1858
+ '2': calendar
1859
+ '3': play
1860
+ '4': news
1861
+ '5': datetime
1862
+ '6': recommendation
1863
+ '7': email
1864
+ '8': iot
1865
+ '9': general
1866
+ '10': audio
1867
+ '11': lists
1868
+ '12': qa
1869
+ '13': cooking
1870
+ '14': takeaway
1871
+ '15': music
1872
+ '16': alarm
1873
+ '17': weather
1874
+ - name: intent
1875
+ dtype:
1876
+ class_label:
1877
+ names:
1878
+ '0': datetime_query
1879
+ '1': iot_hue_lightchange
1880
+ '2': transport_ticket
1881
+ '3': takeaway_query
1882
+ '4': qa_stock
1883
+ '5': general_greet
1884
+ '6': recommendation_events
1885
+ '7': music_dislikeness
1886
+ '8': iot_wemo_off
1887
+ '9': cooking_recipe
1888
+ '10': qa_currency
1889
+ '11': transport_traffic
1890
+ '12': general_quirky
1891
+ '13': weather_query
1892
+ '14': audio_volume_up
1893
+ '15': email_addcontact
1894
+ '16': takeaway_order
1895
+ '17': email_querycontact
1896
+ '18': iot_hue_lightup
1897
+ '19': recommendation_locations
1898
+ '20': play_audiobook
1899
+ '21': lists_createoradd
1900
+ '22': news_query
1901
+ '23': alarm_query
1902
+ '24': iot_wemo_on
1903
+ '25': general_joke
1904
+ '26': qa_definition
1905
+ '27': social_query
1906
+ '28': music_settings
1907
+ '29': audio_volume_other
1908
+ '30': calendar_remove
1909
+ '31': iot_hue_lightdim
1910
+ '32': calendar_query
1911
+ '33': email_sendemail
1912
+ '34': iot_cleaning
1913
+ '35': audio_volume_down
1914
+ '36': play_radio
1915
+ '37': cooking_query
1916
+ '38': datetime_convert
1917
+ '39': qa_maths
1918
+ '40': iot_hue_lightoff
1919
+ '41': iot_hue_lighton
1920
+ '42': transport_query
1921
+ '43': music_likeness
1922
+ '44': email_query
1923
+ '45': play_music
1924
+ '46': audio_volume_mute
1925
+ '47': social_post
1926
+ '48': alarm_set
1927
+ '49': qa_factoid
1928
+ '50': calendar_set
1929
+ '51': play_game
1930
+ '52': alarm_remove
1931
+ '53': lists_remove
1932
+ '54': transport_taxi
1933
+ '55': recommendation_movies
1934
+ '56': iot_coffee
1935
+ '57': music_query
1936
+ '58': play_podcasts
1937
+ '59': lists_query
1938
+ - name: utt
1939
+ dtype: string
1940
+ - name: annot_utt
1941
+ dtype: string
1942
+ - name: worker_id
1943
+ dtype: string
1944
+ - name: slot_method
1945
+ sequence:
1946
+ - name: slot
1947
+ dtype: string
1948
+ - name: method
1949
+ dtype: string
1950
+ - name: judgments
1951
+ sequence:
1952
+ - name: worker_id
1953
+ dtype: string
1954
+ - name: intent_score
1955
+ dtype: int8
1956
+ - name: slots_score
1957
+ dtype: int8
1958
+ - name: grammar_score
1959
+ dtype: int8
1960
+ - name: spelling_score
1961
+ dtype: int8
1962
+ - name: language_identification
1963
+ dtype: string
1964
+ splits:
1965
+ - name: train
1966
+ num_bytes: 3559855
1967
+ num_examples: 11514
1968
+ - name: validation
1969
+ num_bytes: 621843
1970
+ num_examples: 2033
1971
+ - name: test
1972
+ num_bytes: 907994
1973
+ num_examples: 2974
1974
+ download_size: 1302254
1975
+ dataset_size: 5089692
1976
  configs:
1977
  - config_name: af-ZA
1978
  data_files:
 
2079
  path: es-ES/validation-*
2080
  - split: test
2081
  path: es-ES/test-*
2082
+ - config_name: fa-IR
2083
+ data_files:
2084
+ - split: train
2085
+ path: fa-IR/train-*
2086
+ - split: validation
2087
+ path: fa-IR/validation-*
2088
+ - split: test
2089
+ path: fa-IR/test-*
2090
  ---
2091
 
2092
  # MASSIVE 1.1: A 1M-Example Multilingual Natural Language Understanding Dataset with 52 Typologically-Diverse Languages
fa-IR/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:442fac91e5762090e39832537c4a0698bec444f568c0d05e71c5c61011553906
3
+ size 242962
fa-IR/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6d0e38015f15f289e5ffac86801cc433365851d6b3b1fc32abf0695b574248b
3
+ size 885015
fa-IR/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:557fdca53d723774cbac445642c8a82dab8f4f68e182a67782155328070cf6c3
3
+ size 174277