Datasets:
Commit
•
cd939fb
1
Parent(s):
8a38fd7
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
README.md
CHANGED
@@ -18,7 +18,6 @@ task_categories:
|
|
18 |
task_ids:
|
19 |
- intent-classification
|
20 |
- multi-class-classification
|
21 |
-
paperswithcode_id: null
|
22 |
pretty_name: NLU Evaluation Data
|
23 |
dataset_info:
|
24 |
features:
|
@@ -30,74 +29,74 @@ dataset_info:
|
|
30 |
dtype:
|
31 |
class_label:
|
32 |
names:
|
33 |
-
0: alarm_query
|
34 |
-
1: alarm_remove
|
35 |
-
2: alarm_set
|
36 |
-
3: audio_volume_down
|
37 |
-
4: audio_volume_mute
|
38 |
-
5: audio_volume_other
|
39 |
-
6: audio_volume_up
|
40 |
-
7: calendar_query
|
41 |
-
8: calendar_remove
|
42 |
-
9: calendar_set
|
43 |
-
10: cooking_query
|
44 |
-
11: cooking_recipe
|
45 |
-
12: datetime_convert
|
46 |
-
13: datetime_query
|
47 |
-
14: email_addcontact
|
48 |
-
15: email_query
|
49 |
-
16: email_querycontact
|
50 |
-
17: email_sendemail
|
51 |
-
18: general_affirm
|
52 |
-
19: general_commandstop
|
53 |
-
20: general_confirm
|
54 |
-
21: general_dontcare
|
55 |
-
22: general_explain
|
56 |
-
23: general_greet
|
57 |
-
24: general_joke
|
58 |
-
25: general_negate
|
59 |
-
26: general_praise
|
60 |
-
27: general_quirky
|
61 |
-
28: general_repeat
|
62 |
-
29: iot_cleaning
|
63 |
-
30: iot_coffee
|
64 |
-
31: iot_hue_lightchange
|
65 |
-
32: iot_hue_lightdim
|
66 |
-
33: iot_hue_lightoff
|
67 |
-
34: iot_hue_lighton
|
68 |
-
35: iot_hue_lightup
|
69 |
-
36: iot_wemo_off
|
70 |
-
37: iot_wemo_on
|
71 |
-
38: lists_createoradd
|
72 |
-
39: lists_query
|
73 |
-
40: lists_remove
|
74 |
-
41: music_dislikeness
|
75 |
-
42: music_likeness
|
76 |
-
43: music_query
|
77 |
-
44: music_settings
|
78 |
-
45: news_query
|
79 |
-
46: play_audiobook
|
80 |
-
47: play_game
|
81 |
-
48: play_music
|
82 |
-
49: play_podcasts
|
83 |
-
50: play_radio
|
84 |
-
51: qa_currency
|
85 |
-
52: qa_definition
|
86 |
-
53: qa_factoid
|
87 |
-
54: qa_maths
|
88 |
-
55: qa_stock
|
89 |
-
56: recommendation_events
|
90 |
-
57: recommendation_locations
|
91 |
-
58: recommendation_movies
|
92 |
-
59: social_post
|
93 |
-
60: social_query
|
94 |
-
61: takeaway_order
|
95 |
-
62: takeaway_query
|
96 |
-
63: transport_query
|
97 |
-
64: transport_taxi
|
98 |
-
65: transport_ticket
|
99 |
-
66: transport_traffic
|
100 |
-
67: weather_query
|
101 |
splits:
|
102 |
- name: train
|
103 |
num_bytes: 1447941
|
|
|
18 |
task_ids:
|
19 |
- intent-classification
|
20 |
- multi-class-classification
|
|
|
21 |
pretty_name: NLU Evaluation Data
|
22 |
dataset_info:
|
23 |
features:
|
|
|
29 |
dtype:
|
30 |
class_label:
|
31 |
names:
|
32 |
+
'0': alarm_query
|
33 |
+
'1': alarm_remove
|
34 |
+
'2': alarm_set
|
35 |
+
'3': audio_volume_down
|
36 |
+
'4': audio_volume_mute
|
37 |
+
'5': audio_volume_other
|
38 |
+
'6': audio_volume_up
|
39 |
+
'7': calendar_query
|
40 |
+
'8': calendar_remove
|
41 |
+
'9': calendar_set
|
42 |
+
'10': cooking_query
|
43 |
+
'11': cooking_recipe
|
44 |
+
'12': datetime_convert
|
45 |
+
'13': datetime_query
|
46 |
+
'14': email_addcontact
|
47 |
+
'15': email_query
|
48 |
+
'16': email_querycontact
|
49 |
+
'17': email_sendemail
|
50 |
+
'18': general_affirm
|
51 |
+
'19': general_commandstop
|
52 |
+
'20': general_confirm
|
53 |
+
'21': general_dontcare
|
54 |
+
'22': general_explain
|
55 |
+
'23': general_greet
|
56 |
+
'24': general_joke
|
57 |
+
'25': general_negate
|
58 |
+
'26': general_praise
|
59 |
+
'27': general_quirky
|
60 |
+
'28': general_repeat
|
61 |
+
'29': iot_cleaning
|
62 |
+
'30': iot_coffee
|
63 |
+
'31': iot_hue_lightchange
|
64 |
+
'32': iot_hue_lightdim
|
65 |
+
'33': iot_hue_lightoff
|
66 |
+
'34': iot_hue_lighton
|
67 |
+
'35': iot_hue_lightup
|
68 |
+
'36': iot_wemo_off
|
69 |
+
'37': iot_wemo_on
|
70 |
+
'38': lists_createoradd
|
71 |
+
'39': lists_query
|
72 |
+
'40': lists_remove
|
73 |
+
'41': music_dislikeness
|
74 |
+
'42': music_likeness
|
75 |
+
'43': music_query
|
76 |
+
'44': music_settings
|
77 |
+
'45': news_query
|
78 |
+
'46': play_audiobook
|
79 |
+
'47': play_game
|
80 |
+
'48': play_music
|
81 |
+
'49': play_podcasts
|
82 |
+
'50': play_radio
|
83 |
+
'51': qa_currency
|
84 |
+
'52': qa_definition
|
85 |
+
'53': qa_factoid
|
86 |
+
'54': qa_maths
|
87 |
+
'55': qa_stock
|
88 |
+
'56': recommendation_events
|
89 |
+
'57': recommendation_locations
|
90 |
+
'58': recommendation_movies
|
91 |
+
'59': social_post
|
92 |
+
'60': social_query
|
93 |
+
'61': takeaway_order
|
94 |
+
'62': takeaway_query
|
95 |
+
'63': transport_query
|
96 |
+
'64': transport_taxi
|
97 |
+
'65': transport_ticket
|
98 |
+
'66': transport_traffic
|
99 |
+
'67': weather_query
|
100 |
splits:
|
101 |
- name: train
|
102 |
num_bytes: 1447941
|