fathyshalab commited on
Commit
a378f6f
·
1 Parent(s): d07c181

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +87 -0
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': datetime_query
11
+ '1': iot_hue_lightchange
12
+ '2': transport_ticket
13
+ '3': takeaway_query
14
+ '4': qa_stock
15
+ '5': general_greet
16
+ '6': recommendation_events
17
+ '7': music_dislikeness
18
+ '8': iot_wemo_off
19
+ '9': cooking_recipe
20
+ '10': qa_currency
21
+ '11': transport_traffic
22
+ '12': general_quirky
23
+ '13': weather_query
24
+ '14': audio_volume_up
25
+ '15': email_addcontact
26
+ '16': takeaway_order
27
+ '17': email_querycontact
28
+ '18': iot_hue_lightup
29
+ '19': recommendation_locations
30
+ '20': play_audiobook
31
+ '21': lists_createoradd
32
+ '22': news_query
33
+ '23': alarm_query
34
+ '24': iot_wemo_on
35
+ '25': general_joke
36
+ '26': qa_definition
37
+ '27': social_query
38
+ '28': music_settings
39
+ '29': audio_volume_other
40
+ '30': calendar_remove
41
+ '31': iot_hue_lightdim
42
+ '32': calendar_query
43
+ '33': email_sendemail
44
+ '34': iot_cleaning
45
+ '35': audio_volume_down
46
+ '36': play_radio
47
+ '37': cooking_query
48
+ '38': datetime_convert
49
+ '39': qa_maths
50
+ '40': iot_hue_lightoff
51
+ '41': iot_hue_lighton
52
+ '42': transport_query
53
+ '43': music_likeness
54
+ '44': email_query
55
+ '45': play_music
56
+ '46': audio_volume_mute
57
+ '47': social_post
58
+ '48': alarm_set
59
+ '49': qa_factoid
60
+ '50': calendar_set
61
+ '51': play_game
62
+ '52': alarm_remove
63
+ '53': lists_remove
64
+ '54': transport_taxi
65
+ '55': recommendation_movies
66
+ '56': iot_coffee
67
+ '57': music_query
68
+ '58': play_podcasts
69
+ '59': lists_query
70
+ - name: text
71
+ dtype: string
72
+ splits:
73
+ - name: train
74
+ num_bytes: 11687.025013027618
75
+ num_examples: 211
76
+ - name: validation
77
+ num_bytes: 2371.5356615838664
78
+ num_examples: 43
79
+ - name: test
80
+ num_bytes: 3953.5359784801612
81
+ num_examples: 72
82
+ download_size: 13756
83
+ dataset_size: 18012.096653091645
84
+ ---
85
+ # Dataset Card for "massive_cooking"
86
+
87
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)