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

Add 'fi-FI' config data files

Browse files
README.md CHANGED
@@ -1973,6 +1973,138 @@ dataset_info:
1973
  num_examples: 2974
1974
  download_size: 1302254
1975
  dataset_size: 5089692
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1976
  configs:
1977
  - config_name: af-ZA
1978
  data_files:
@@ -2087,6 +2219,14 @@ configs:
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
 
1973
  num_examples: 2974
1974
  download_size: 1302254
1975
  dataset_size: 5089692
1976
+ - config_name: fi-FI
1977
+ features:
1978
+ - name: id
1979
+ dtype: string
1980
+ - name: locale
1981
+ dtype: string
1982
+ - name: partition
1983
+ dtype: string
1984
+ - name: scenario
1985
+ dtype:
1986
+ class_label:
1987
+ names:
1988
+ '0': social
1989
+ '1': transport
1990
+ '2': calendar
1991
+ '3': play
1992
+ '4': news
1993
+ '5': datetime
1994
+ '6': recommendation
1995
+ '7': email
1996
+ '8': iot
1997
+ '9': general
1998
+ '10': audio
1999
+ '11': lists
2000
+ '12': qa
2001
+ '13': cooking
2002
+ '14': takeaway
2003
+ '15': music
2004
+ '16': alarm
2005
+ '17': weather
2006
+ - name: intent
2007
+ dtype:
2008
+ class_label:
2009
+ names:
2010
+ '0': datetime_query
2011
+ '1': iot_hue_lightchange
2012
+ '2': transport_ticket
2013
+ '3': takeaway_query
2014
+ '4': qa_stock
2015
+ '5': general_greet
2016
+ '6': recommendation_events
2017
+ '7': music_dislikeness
2018
+ '8': iot_wemo_off
2019
+ '9': cooking_recipe
2020
+ '10': qa_currency
2021
+ '11': transport_traffic
2022
+ '12': general_quirky
2023
+ '13': weather_query
2024
+ '14': audio_volume_up
2025
+ '15': email_addcontact
2026
+ '16': takeaway_order
2027
+ '17': email_querycontact
2028
+ '18': iot_hue_lightup
2029
+ '19': recommendation_locations
2030
+ '20': play_audiobook
2031
+ '21': lists_createoradd
2032
+ '22': news_query
2033
+ '23': alarm_query
2034
+ '24': iot_wemo_on
2035
+ '25': general_joke
2036
+ '26': qa_definition
2037
+ '27': social_query
2038
+ '28': music_settings
2039
+ '29': audio_volume_other
2040
+ '30': calendar_remove
2041
+ '31': iot_hue_lightdim
2042
+ '32': calendar_query
2043
+ '33': email_sendemail
2044
+ '34': iot_cleaning
2045
+ '35': audio_volume_down
2046
+ '36': play_radio
2047
+ '37': cooking_query
2048
+ '38': datetime_convert
2049
+ '39': qa_maths
2050
+ '40': iot_hue_lightoff
2051
+ '41': iot_hue_lighton
2052
+ '42': transport_query
2053
+ '43': music_likeness
2054
+ '44': email_query
2055
+ '45': play_music
2056
+ '46': audio_volume_mute
2057
+ '47': social_post
2058
+ '48': alarm_set
2059
+ '49': qa_factoid
2060
+ '50': calendar_set
2061
+ '51': play_game
2062
+ '52': alarm_remove
2063
+ '53': lists_remove
2064
+ '54': transport_taxi
2065
+ '55': recommendation_movies
2066
+ '56': iot_coffee
2067
+ '57': music_query
2068
+ '58': play_podcasts
2069
+ '59': lists_query
2070
+ - name: utt
2071
+ dtype: string
2072
+ - name: annot_utt
2073
+ dtype: string
2074
+ - name: worker_id
2075
+ dtype: string
2076
+ - name: slot_method
2077
+ sequence:
2078
+ - name: slot
2079
+ dtype: string
2080
+ - name: method
2081
+ dtype: string
2082
+ - name: judgments
2083
+ sequence:
2084
+ - name: worker_id
2085
+ dtype: string
2086
+ - name: intent_score
2087
+ dtype: int8
2088
+ - name: slots_score
2089
+ dtype: int8
2090
+ - name: grammar_score
2091
+ dtype: int8
2092
+ - name: spelling_score
2093
+ dtype: int8
2094
+ - name: language_identification
2095
+ dtype: string
2096
+ splits:
2097
+ - name: train
2098
+ num_bytes: 3069755
2099
+ num_examples: 11514
2100
+ - name: validation
2101
+ num_bytes: 535453
2102
+ num_examples: 2033
2103
+ - name: test
2104
+ num_bytes: 782866
2105
+ num_examples: 2974
2106
+ download_size: 1137444
2107
+ dataset_size: 4388074
2108
  configs:
2109
  - config_name: af-ZA
2110
  data_files:
 
2219
  path: fa-IR/validation-*
2220
  - split: test
2221
  path: fa-IR/test-*
2222
+ - config_name: fi-FI
2223
+ data_files:
2224
+ - split: train
2225
+ path: fi-FI/train-*
2226
+ - split: validation
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
fi-FI/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c05f44794b168f5ad32df24a1621457adefb7b9212312cd9bb7d944e77190571
3
+ size 213167
fi-FI/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ae4f6fbd3c7c2587457b3a80fbaa38efe2a1415d2105f662eb845c2bc6dfe0f
3
+ size 770135
fi-FI/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b23d1343283b7de412ebe60b8b4b9295c10f0b74b61c09f7a1c27e0f5c8eb758
3
+ size 154142