autotrain-data-processor
commited on
Commit
•
5a8ac75
1
Parent(s):
2743acf
Processed data from AutoTrain data processor ([2022-12-13 11:51 ]
Browse files- README.md +153 -0
- processed/dataset_dict.json +1 -0
- processed/train/dataset.arrow +3 -0
- processed/train/dataset_info.json +229 -0
- processed/train/state.json +31 -0
- processed/valid/dataset.arrow +3 -0
- processed/valid/dataset_info.json +229 -0
- processed/valid/state.json +31 -0
README.md
ADDED
@@ -0,0 +1,153 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-classification
|
4 |
+
|
5 |
+
---
|
6 |
+
# AutoTrain Dataset for project: massive-4-catalan
|
7 |
+
|
8 |
+
## Dataset Description
|
9 |
+
|
10 |
+
This dataset has been automatically processed by AutoTrain for project massive-4-catalan.
|
11 |
+
|
12 |
+
### Languages
|
13 |
+
|
14 |
+
The BCP-47 code for the dataset's language is unk.
|
15 |
+
|
16 |
+
## Dataset Structure
|
17 |
+
|
18 |
+
### Data Instances
|
19 |
+
|
20 |
+
A sample from this dataset looks as follows:
|
21 |
+
|
22 |
+
```json
|
23 |
+
[
|
24 |
+
{
|
25 |
+
"feat_id": "1",
|
26 |
+
"feat_locale": "ca-ES",
|
27 |
+
"feat_partition": "train",
|
28 |
+
"feat_scenario": 0,
|
29 |
+
"target": 2,
|
30 |
+
"text": "desperta'm a les nou a. m. del divendres",
|
31 |
+
"feat_annot_utt": "desperta'm a les [time : nou a. m.] del [date : divendres]",
|
32 |
+
"feat_worker_id": "42",
|
33 |
+
"feat_slot_method.slot": [
|
34 |
+
"time",
|
35 |
+
"date"
|
36 |
+
],
|
37 |
+
"feat_slot_method.method": [
|
38 |
+
"translation",
|
39 |
+
"translation"
|
40 |
+
],
|
41 |
+
"feat_judgments.worker_id": [
|
42 |
+
"42",
|
43 |
+
"30",
|
44 |
+
"3"
|
45 |
+
],
|
46 |
+
"feat_judgments.intent_score": [
|
47 |
+
1,
|
48 |
+
1,
|
49 |
+
1
|
50 |
+
],
|
51 |
+
"feat_judgments.slots_score": [
|
52 |
+
1,
|
53 |
+
1,
|
54 |
+
1
|
55 |
+
],
|
56 |
+
"feat_judgments.grammar_score": [
|
57 |
+
4,
|
58 |
+
3,
|
59 |
+
4
|
60 |
+
],
|
61 |
+
"feat_judgments.spelling_score": [
|
62 |
+
2,
|
63 |
+
2,
|
64 |
+
2
|
65 |
+
],
|
66 |
+
"feat_judgments.language_identification": [
|
67 |
+
"target",
|
68 |
+
"target|english",
|
69 |
+
"target"
|
70 |
+
]
|
71 |
+
},
|
72 |
+
{
|
73 |
+
"feat_id": "2",
|
74 |
+
"feat_locale": "ca-ES",
|
75 |
+
"feat_partition": "train",
|
76 |
+
"feat_scenario": 0,
|
77 |
+
"target": 2,
|
78 |
+
"text": "posa una alarma per d\u2019aqu\u00ed a dues hores",
|
79 |
+
"feat_annot_utt": "posa una alarma per [time : d\u2019aqu\u00ed a dues hores]",
|
80 |
+
"feat_worker_id": "15",
|
81 |
+
"feat_slot_method.slot": [
|
82 |
+
"time"
|
83 |
+
],
|
84 |
+
"feat_slot_method.method": [
|
85 |
+
"translation"
|
86 |
+
],
|
87 |
+
"feat_judgments.worker_id": [
|
88 |
+
"42",
|
89 |
+
"30",
|
90 |
+
"24"
|
91 |
+
],
|
92 |
+
"feat_judgments.intent_score": [
|
93 |
+
1,
|
94 |
+
1,
|
95 |
+
1
|
96 |
+
],
|
97 |
+
"feat_judgments.slots_score": [
|
98 |
+
1,
|
99 |
+
1,
|
100 |
+
1
|
101 |
+
],
|
102 |
+
"feat_judgments.grammar_score": [
|
103 |
+
4,
|
104 |
+
4,
|
105 |
+
4
|
106 |
+
],
|
107 |
+
"feat_judgments.spelling_score": [
|
108 |
+
2,
|
109 |
+
2,
|
110 |
+
2
|
111 |
+
],
|
112 |
+
"feat_judgments.language_identification": [
|
113 |
+
"target",
|
114 |
+
"target",
|
115 |
+
"target"
|
116 |
+
]
|
117 |
+
}
|
118 |
+
]
|
119 |
+
```
|
120 |
+
|
121 |
+
### Dataset Fields
|
122 |
+
|
123 |
+
The dataset has the following fields (also called "features"):
|
124 |
+
|
125 |
+
```json
|
126 |
+
{
|
127 |
+
"feat_id": "Value(dtype='string', id=None)",
|
128 |
+
"feat_locale": "Value(dtype='string', id=None)",
|
129 |
+
"feat_partition": "Value(dtype='string', id=None)",
|
130 |
+
"feat_scenario": "ClassLabel(num_classes=18, names=['alarm', 'audio', 'calendar', 'cooking', 'datetime', 'email', 'general', 'iot', 'lists', 'music', 'news', 'play', 'qa', 'recommendation', 'social', 'takeaway', 'transport', 'weather'], id=None)",
|
131 |
+
"target": "ClassLabel(num_classes=60, names=['alarm_query', 'alarm_remove', 'alarm_set', 'audio_volume_down', 'audio_volume_mute', 'audio_volume_other', 'audio_volume_up', 'calendar_query', 'calendar_remove', 'calendar_set', 'cooking_query', 'cooking_recipe', 'datetime_convert', 'datetime_query', 'email_addcontact', 'email_query', 'email_querycontact', 'email_sendemail', 'general_greet', 'general_joke', 'general_quirky', 'iot_cleaning', 'iot_coffee', 'iot_hue_lightchange', 'iot_hue_lightdim', 'iot_hue_lightoff', 'iot_hue_lighton', 'iot_hue_lightup', 'iot_wemo_off', 'iot_wemo_on', 'lists_createoradd', 'lists_query', 'lists_remove', 'music_dislikeness', 'music_likeness', 'music_query', 'music_settings', 'news_query', 'play_audiobook', 'play_game', 'play_music', 'play_podcasts', 'play_radio', 'qa_currency', 'qa_definition', 'qa_factoid', 'qa_maths', 'qa_stock', 'recommendation_events', 'recommendation_locations', 'recommendation_movies', 'social_post', 'social_query', 'takeaway_order', 'takeaway_query', 'transport_query', 'transport_taxi', 'transport_ticket', 'transport_traffic', 'weather_query'], id=None)",
|
132 |
+
"text": "Value(dtype='string', id=None)",
|
133 |
+
"feat_annot_utt": "Value(dtype='string', id=None)",
|
134 |
+
"feat_worker_id": "Value(dtype='string', id=None)",
|
135 |
+
"feat_slot_method.slot": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)",
|
136 |
+
"feat_slot_method.method": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)",
|
137 |
+
"feat_judgments.worker_id": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)",
|
138 |
+
"feat_judgments.intent_score": "Sequence(feature=Value(dtype='int8', id=None), length=-1, id=None)",
|
139 |
+
"feat_judgments.slots_score": "Sequence(feature=Value(dtype='int8', id=None), length=-1, id=None)",
|
140 |
+
"feat_judgments.grammar_score": "Sequence(feature=Value(dtype='int8', id=None), length=-1, id=None)",
|
141 |
+
"feat_judgments.spelling_score": "Sequence(feature=Value(dtype='int8', id=None), length=-1, id=None)",
|
142 |
+
"feat_judgments.language_identification": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)"
|
143 |
+
}
|
144 |
+
```
|
145 |
+
|
146 |
+
### Dataset Splits
|
147 |
+
|
148 |
+
This dataset is split into a train and validation split. The split sizes are as follow:
|
149 |
+
|
150 |
+
| Split name | Num samples |
|
151 |
+
| ------------ | ------------------- |
|
152 |
+
| train | 11514 |
|
153 |
+
| valid | 2033 |
|
processed/dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "valid"]}
|
processed/train/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7647f55e28c361c7d3db00c2b205051a74334fe62119419806629cab1c6e1eed
|
3 |
+
size 3128480
|
processed/train/dataset_info.json
ADDED
@@ -0,0 +1,229 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": null,
|
3 |
+
"citation": "",
|
4 |
+
"config_name": null,
|
5 |
+
"dataset_size": null,
|
6 |
+
"description": "AutoTrain generated dataset",
|
7 |
+
"download_checksums": null,
|
8 |
+
"download_size": null,
|
9 |
+
"features": {
|
10 |
+
"feat_id": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"feat_locale": {
|
16 |
+
"dtype": "string",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"feat_partition": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"feat_scenario": {
|
26 |
+
"num_classes": 18,
|
27 |
+
"names": [
|
28 |
+
"alarm",
|
29 |
+
"audio",
|
30 |
+
"calendar",
|
31 |
+
"cooking",
|
32 |
+
"datetime",
|
33 |
+
"email",
|
34 |
+
"general",
|
35 |
+
"iot",
|
36 |
+
"lists",
|
37 |
+
"music",
|
38 |
+
"news",
|
39 |
+
"play",
|
40 |
+
"qa",
|
41 |
+
"recommendation",
|
42 |
+
"social",
|
43 |
+
"takeaway",
|
44 |
+
"transport",
|
45 |
+
"weather"
|
46 |
+
],
|
47 |
+
"id": null,
|
48 |
+
"_type": "ClassLabel"
|
49 |
+
},
|
50 |
+
"target": {
|
51 |
+
"num_classes": 60,
|
52 |
+
"names": [
|
53 |
+
"alarm_query",
|
54 |
+
"alarm_remove",
|
55 |
+
"alarm_set",
|
56 |
+
"audio_volume_down",
|
57 |
+
"audio_volume_mute",
|
58 |
+
"audio_volume_other",
|
59 |
+
"audio_volume_up",
|
60 |
+
"calendar_query",
|
61 |
+
"calendar_remove",
|
62 |
+
"calendar_set",
|
63 |
+
"cooking_query",
|
64 |
+
"cooking_recipe",
|
65 |
+
"datetime_convert",
|
66 |
+
"datetime_query",
|
67 |
+
"email_addcontact",
|
68 |
+
"email_query",
|
69 |
+
"email_querycontact",
|
70 |
+
"email_sendemail",
|
71 |
+
"general_greet",
|
72 |
+
"general_joke",
|
73 |
+
"general_quirky",
|
74 |
+
"iot_cleaning",
|
75 |
+
"iot_coffee",
|
76 |
+
"iot_hue_lightchange",
|
77 |
+
"iot_hue_lightdim",
|
78 |
+
"iot_hue_lightoff",
|
79 |
+
"iot_hue_lighton",
|
80 |
+
"iot_hue_lightup",
|
81 |
+
"iot_wemo_off",
|
82 |
+
"iot_wemo_on",
|
83 |
+
"lists_createoradd",
|
84 |
+
"lists_query",
|
85 |
+
"lists_remove",
|
86 |
+
"music_dislikeness",
|
87 |
+
"music_likeness",
|
88 |
+
"music_query",
|
89 |
+
"music_settings",
|
90 |
+
"news_query",
|
91 |
+
"play_audiobook",
|
92 |
+
"play_game",
|
93 |
+
"play_music",
|
94 |
+
"play_podcasts",
|
95 |
+
"play_radio",
|
96 |
+
"qa_currency",
|
97 |
+
"qa_definition",
|
98 |
+
"qa_factoid",
|
99 |
+
"qa_maths",
|
100 |
+
"qa_stock",
|
101 |
+
"recommendation_events",
|
102 |
+
"recommendation_locations",
|
103 |
+
"recommendation_movies",
|
104 |
+
"social_post",
|
105 |
+
"social_query",
|
106 |
+
"takeaway_order",
|
107 |
+
"takeaway_query",
|
108 |
+
"transport_query",
|
109 |
+
"transport_taxi",
|
110 |
+
"transport_ticket",
|
111 |
+
"transport_traffic",
|
112 |
+
"weather_query"
|
113 |
+
],
|
114 |
+
"id": null,
|
115 |
+
"_type": "ClassLabel"
|
116 |
+
},
|
117 |
+
"text": {
|
118 |
+
"dtype": "string",
|
119 |
+
"id": null,
|
120 |
+
"_type": "Value"
|
121 |
+
},
|
122 |
+
"feat_annot_utt": {
|
123 |
+
"dtype": "string",
|
124 |
+
"id": null,
|
125 |
+
"_type": "Value"
|
126 |
+
},
|
127 |
+
"feat_worker_id": {
|
128 |
+
"dtype": "string",
|
129 |
+
"id": null,
|
130 |
+
"_type": "Value"
|
131 |
+
},
|
132 |
+
"feat_slot_method.slot": {
|
133 |
+
"feature": {
|
134 |
+
"dtype": "string",
|
135 |
+
"id": null,
|
136 |
+
"_type": "Value"
|
137 |
+
},
|
138 |
+
"length": -1,
|
139 |
+
"id": null,
|
140 |
+
"_type": "Sequence"
|
141 |
+
},
|
142 |
+
"feat_slot_method.method": {
|
143 |
+
"feature": {
|
144 |
+
"dtype": "string",
|
145 |
+
"id": null,
|
146 |
+
"_type": "Value"
|
147 |
+
},
|
148 |
+
"length": -1,
|
149 |
+
"id": null,
|
150 |
+
"_type": "Sequence"
|
151 |
+
},
|
152 |
+
"feat_judgments.worker_id": {
|
153 |
+
"feature": {
|
154 |
+
"dtype": "string",
|
155 |
+
"id": null,
|
156 |
+
"_type": "Value"
|
157 |
+
},
|
158 |
+
"length": -1,
|
159 |
+
"id": null,
|
160 |
+
"_type": "Sequence"
|
161 |
+
},
|
162 |
+
"feat_judgments.intent_score": {
|
163 |
+
"feature": {
|
164 |
+
"dtype": "int8",
|
165 |
+
"id": null,
|
166 |
+
"_type": "Value"
|
167 |
+
},
|
168 |
+
"length": -1,
|
169 |
+
"id": null,
|
170 |
+
"_type": "Sequence"
|
171 |
+
},
|
172 |
+
"feat_judgments.slots_score": {
|
173 |
+
"feature": {
|
174 |
+
"dtype": "int8",
|
175 |
+
"id": null,
|
176 |
+
"_type": "Value"
|
177 |
+
},
|
178 |
+
"length": -1,
|
179 |
+
"id": null,
|
180 |
+
"_type": "Sequence"
|
181 |
+
},
|
182 |
+
"feat_judgments.grammar_score": {
|
183 |
+
"feature": {
|
184 |
+
"dtype": "int8",
|
185 |
+
"id": null,
|
186 |
+
"_type": "Value"
|
187 |
+
},
|
188 |
+
"length": -1,
|
189 |
+
"id": null,
|
190 |
+
"_type": "Sequence"
|
191 |
+
},
|
192 |
+
"feat_judgments.spelling_score": {
|
193 |
+
"feature": {
|
194 |
+
"dtype": "int8",
|
195 |
+
"id": null,
|
196 |
+
"_type": "Value"
|
197 |
+
},
|
198 |
+
"length": -1,
|
199 |
+
"id": null,
|
200 |
+
"_type": "Sequence"
|
201 |
+
},
|
202 |
+
"feat_judgments.language_identification": {
|
203 |
+
"feature": {
|
204 |
+
"dtype": "string",
|
205 |
+
"id": null,
|
206 |
+
"_type": "Value"
|
207 |
+
},
|
208 |
+
"length": -1,
|
209 |
+
"id": null,
|
210 |
+
"_type": "Sequence"
|
211 |
+
}
|
212 |
+
},
|
213 |
+
"homepage": "",
|
214 |
+
"license": "",
|
215 |
+
"post_processed": null,
|
216 |
+
"post_processing_size": null,
|
217 |
+
"size_in_bytes": null,
|
218 |
+
"splits": {
|
219 |
+
"train": {
|
220 |
+
"name": "train",
|
221 |
+
"num_bytes": 3105157,
|
222 |
+
"num_examples": 11514,
|
223 |
+
"dataset_name": null
|
224 |
+
}
|
225 |
+
},
|
226 |
+
"supervised_keys": null,
|
227 |
+
"task_templates": null,
|
228 |
+
"version": null
|
229 |
+
}
|
processed/train/state.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "39b0c9e71948b2f3",
|
8 |
+
"_format_columns": [
|
9 |
+
"feat_annot_utt",
|
10 |
+
"feat_id",
|
11 |
+
"feat_judgments.grammar_score",
|
12 |
+
"feat_judgments.intent_score",
|
13 |
+
"feat_judgments.language_identification",
|
14 |
+
"feat_judgments.slots_score",
|
15 |
+
"feat_judgments.spelling_score",
|
16 |
+
"feat_judgments.worker_id",
|
17 |
+
"feat_locale",
|
18 |
+
"feat_partition",
|
19 |
+
"feat_scenario",
|
20 |
+
"feat_slot_method.method",
|
21 |
+
"feat_slot_method.slot",
|
22 |
+
"feat_worker_id",
|
23 |
+
"target",
|
24 |
+
"text"
|
25 |
+
],
|
26 |
+
"_format_kwargs": {},
|
27 |
+
"_format_type": null,
|
28 |
+
"_indexes": {},
|
29 |
+
"_output_all_columns": false,
|
30 |
+
"_split": null
|
31 |
+
}
|
processed/valid/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b77b22c36985b8e3683cfbd6750ea39d86158dc15366f0f609e90532b12c2e5
|
3 |
+
size 552024
|
processed/valid/dataset_info.json
ADDED
@@ -0,0 +1,229 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"builder_name": null,
|
3 |
+
"citation": "",
|
4 |
+
"config_name": null,
|
5 |
+
"dataset_size": null,
|
6 |
+
"description": "AutoTrain generated dataset",
|
7 |
+
"download_checksums": null,
|
8 |
+
"download_size": null,
|
9 |
+
"features": {
|
10 |
+
"feat_id": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"feat_locale": {
|
16 |
+
"dtype": "string",
|
17 |
+
"id": null,
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"feat_partition": {
|
21 |
+
"dtype": "string",
|
22 |
+
"id": null,
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"feat_scenario": {
|
26 |
+
"num_classes": 18,
|
27 |
+
"names": [
|
28 |
+
"alarm",
|
29 |
+
"audio",
|
30 |
+
"calendar",
|
31 |
+
"cooking",
|
32 |
+
"datetime",
|
33 |
+
"email",
|
34 |
+
"general",
|
35 |
+
"iot",
|
36 |
+
"lists",
|
37 |
+
"music",
|
38 |
+
"news",
|
39 |
+
"play",
|
40 |
+
"qa",
|
41 |
+
"recommendation",
|
42 |
+
"social",
|
43 |
+
"takeaway",
|
44 |
+
"transport",
|
45 |
+
"weather"
|
46 |
+
],
|
47 |
+
"id": null,
|
48 |
+
"_type": "ClassLabel"
|
49 |
+
},
|
50 |
+
"target": {
|
51 |
+
"num_classes": 60,
|
52 |
+
"names": [
|
53 |
+
"alarm_query",
|
54 |
+
"alarm_remove",
|
55 |
+
"alarm_set",
|
56 |
+
"audio_volume_down",
|
57 |
+
"audio_volume_mute",
|
58 |
+
"audio_volume_other",
|
59 |
+
"audio_volume_up",
|
60 |
+
"calendar_query",
|
61 |
+
"calendar_remove",
|
62 |
+
"calendar_set",
|
63 |
+
"cooking_query",
|
64 |
+
"cooking_recipe",
|
65 |
+
"datetime_convert",
|
66 |
+
"datetime_query",
|
67 |
+
"email_addcontact",
|
68 |
+
"email_query",
|
69 |
+
"email_querycontact",
|
70 |
+
"email_sendemail",
|
71 |
+
"general_greet",
|
72 |
+
"general_joke",
|
73 |
+
"general_quirky",
|
74 |
+
"iot_cleaning",
|
75 |
+
"iot_coffee",
|
76 |
+
"iot_hue_lightchange",
|
77 |
+
"iot_hue_lightdim",
|
78 |
+
"iot_hue_lightoff",
|
79 |
+
"iot_hue_lighton",
|
80 |
+
"iot_hue_lightup",
|
81 |
+
"iot_wemo_off",
|
82 |
+
"iot_wemo_on",
|
83 |
+
"lists_createoradd",
|
84 |
+
"lists_query",
|
85 |
+
"lists_remove",
|
86 |
+
"music_dislikeness",
|
87 |
+
"music_likeness",
|
88 |
+
"music_query",
|
89 |
+
"music_settings",
|
90 |
+
"news_query",
|
91 |
+
"play_audiobook",
|
92 |
+
"play_game",
|
93 |
+
"play_music",
|
94 |
+
"play_podcasts",
|
95 |
+
"play_radio",
|
96 |
+
"qa_currency",
|
97 |
+
"qa_definition",
|
98 |
+
"qa_factoid",
|
99 |
+
"qa_maths",
|
100 |
+
"qa_stock",
|
101 |
+
"recommendation_events",
|
102 |
+
"recommendation_locations",
|
103 |
+
"recommendation_movies",
|
104 |
+
"social_post",
|
105 |
+
"social_query",
|
106 |
+
"takeaway_order",
|
107 |
+
"takeaway_query",
|
108 |
+
"transport_query",
|
109 |
+
"transport_taxi",
|
110 |
+
"transport_ticket",
|
111 |
+
"transport_traffic",
|
112 |
+
"weather_query"
|
113 |
+
],
|
114 |
+
"id": null,
|
115 |
+
"_type": "ClassLabel"
|
116 |
+
},
|
117 |
+
"text": {
|
118 |
+
"dtype": "string",
|
119 |
+
"id": null,
|
120 |
+
"_type": "Value"
|
121 |
+
},
|
122 |
+
"feat_annot_utt": {
|
123 |
+
"dtype": "string",
|
124 |
+
"id": null,
|
125 |
+
"_type": "Value"
|
126 |
+
},
|
127 |
+
"feat_worker_id": {
|
128 |
+
"dtype": "string",
|
129 |
+
"id": null,
|
130 |
+
"_type": "Value"
|
131 |
+
},
|
132 |
+
"feat_slot_method.slot": {
|
133 |
+
"feature": {
|
134 |
+
"dtype": "string",
|
135 |
+
"id": null,
|
136 |
+
"_type": "Value"
|
137 |
+
},
|
138 |
+
"length": -1,
|
139 |
+
"id": null,
|
140 |
+
"_type": "Sequence"
|
141 |
+
},
|
142 |
+
"feat_slot_method.method": {
|
143 |
+
"feature": {
|
144 |
+
"dtype": "string",
|
145 |
+
"id": null,
|
146 |
+
"_type": "Value"
|
147 |
+
},
|
148 |
+
"length": -1,
|
149 |
+
"id": null,
|
150 |
+
"_type": "Sequence"
|
151 |
+
},
|
152 |
+
"feat_judgments.worker_id": {
|
153 |
+
"feature": {
|
154 |
+
"dtype": "string",
|
155 |
+
"id": null,
|
156 |
+
"_type": "Value"
|
157 |
+
},
|
158 |
+
"length": -1,
|
159 |
+
"id": null,
|
160 |
+
"_type": "Sequence"
|
161 |
+
},
|
162 |
+
"feat_judgments.intent_score": {
|
163 |
+
"feature": {
|
164 |
+
"dtype": "int8",
|
165 |
+
"id": null,
|
166 |
+
"_type": "Value"
|
167 |
+
},
|
168 |
+
"length": -1,
|
169 |
+
"id": null,
|
170 |
+
"_type": "Sequence"
|
171 |
+
},
|
172 |
+
"feat_judgments.slots_score": {
|
173 |
+
"feature": {
|
174 |
+
"dtype": "int8",
|
175 |
+
"id": null,
|
176 |
+
"_type": "Value"
|
177 |
+
},
|
178 |
+
"length": -1,
|
179 |
+
"id": null,
|
180 |
+
"_type": "Sequence"
|
181 |
+
},
|
182 |
+
"feat_judgments.grammar_score": {
|
183 |
+
"feature": {
|
184 |
+
"dtype": "int8",
|
185 |
+
"id": null,
|
186 |
+
"_type": "Value"
|
187 |
+
},
|
188 |
+
"length": -1,
|
189 |
+
"id": null,
|
190 |
+
"_type": "Sequence"
|
191 |
+
},
|
192 |
+
"feat_judgments.spelling_score": {
|
193 |
+
"feature": {
|
194 |
+
"dtype": "int8",
|
195 |
+
"id": null,
|
196 |
+
"_type": "Value"
|
197 |
+
},
|
198 |
+
"length": -1,
|
199 |
+
"id": null,
|
200 |
+
"_type": "Sequence"
|
201 |
+
},
|
202 |
+
"feat_judgments.language_identification": {
|
203 |
+
"feature": {
|
204 |
+
"dtype": "string",
|
205 |
+
"id": null,
|
206 |
+
"_type": "Value"
|
207 |
+
},
|
208 |
+
"length": -1,
|
209 |
+
"id": null,
|
210 |
+
"_type": "Sequence"
|
211 |
+
}
|
212 |
+
},
|
213 |
+
"homepage": "",
|
214 |
+
"license": "",
|
215 |
+
"post_processed": null,
|
216 |
+
"post_processing_size": null,
|
217 |
+
"size_in_bytes": null,
|
218 |
+
"splits": {
|
219 |
+
"valid": {
|
220 |
+
"name": "valid",
|
221 |
+
"num_bytes": 542910,
|
222 |
+
"num_examples": 2033,
|
223 |
+
"dataset_name": null
|
224 |
+
}
|
225 |
+
},
|
226 |
+
"supervised_keys": null,
|
227 |
+
"task_templates": null,
|
228 |
+
"version": null
|
229 |
+
}
|
processed/valid/state.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "eeefc26a0c15ac02",
|
8 |
+
"_format_columns": [
|
9 |
+
"feat_annot_utt",
|
10 |
+
"feat_id",
|
11 |
+
"feat_judgments.grammar_score",
|
12 |
+
"feat_judgments.intent_score",
|
13 |
+
"feat_judgments.language_identification",
|
14 |
+
"feat_judgments.slots_score",
|
15 |
+
"feat_judgments.spelling_score",
|
16 |
+
"feat_judgments.worker_id",
|
17 |
+
"feat_locale",
|
18 |
+
"feat_partition",
|
19 |
+
"feat_scenario",
|
20 |
+
"feat_slot_method.method",
|
21 |
+
"feat_slot_method.slot",
|
22 |
+
"feat_worker_id",
|
23 |
+
"target",
|
24 |
+
"text"
|
25 |
+
],
|
26 |
+
"_format_kwargs": {},
|
27 |
+
"_format_type": null,
|
28 |
+
"_indexes": {},
|
29 |
+
"_output_all_columns": false,
|
30 |
+
"_split": null
|
31 |
+
}
|