Upload dataset
Browse files
README.md
CHANGED
@@ -224,8 +224,12 @@ dataset_info:
|
|
224 |
features:
|
225 |
- name: pizza_ordering.size.pizza
|
226 |
dtype: string
|
|
|
|
|
227 |
- name: pizza_ordering.preference
|
228 |
dtype: string
|
|
|
|
|
229 |
- name: conversation_id
|
230 |
dtype: string
|
231 |
- name: pizza_ordering.name.store
|
@@ -234,6 +238,8 @@ dataset_info:
|
|
234 |
dtype: string
|
235 |
- name: coffee_ordering.preference.accept
|
236 |
dtype: string
|
|
|
|
|
237 |
- name: pizza_ordering.size.pizza.accept
|
238 |
dtype: string
|
239 |
- name: pizza_ordering.type.topping
|
@@ -252,14 +258,20 @@ dataset_info:
|
|
252 |
dtype: string
|
253 |
- name: pizza_ordering.type.topping.reject
|
254 |
dtype: string
|
255 |
-
- name:
|
256 |
dtype: string
|
257 |
- name: pizza_ordering.location.store
|
258 |
dtype: string
|
|
|
|
|
259 |
- name: pizza_ordering.name.pizza
|
260 |
dtype: string
|
261 |
- name: pizza_ordering.name.pizza.accept
|
262 |
dtype: string
|
|
|
|
|
|
|
|
|
263 |
- name: pizza_ordering.size.pizza.reject
|
264 |
dtype: string
|
265 |
- name: pizza_ordering.preference.reject
|
@@ -274,16 +286,24 @@ dataset_info:
|
|
274 |
dtype: string
|
275 |
- name: pizza_ordering.type.crust.reject
|
276 |
dtype: string
|
277 |
-
- name: coffee_ordering.name.drink.accept
|
278 |
-
dtype: string
|
279 |
- name: pizza_ordering.type.crust.accept
|
280 |
dtype: string
|
|
|
|
|
|
|
|
|
281 |
splits:
|
|
|
|
|
|
|
|
|
|
|
|
|
282 |
- name: train
|
283 |
-
num_bytes:
|
284 |
-
num_examples:
|
285 |
-
download_size:
|
286 |
-
dataset_size:
|
287 |
- config_name: restaurant_reservation
|
288 |
features:
|
289 |
- name: restaurant_reservation.type.seating
|
@@ -729,6 +749,10 @@ configs:
|
|
729 |
path: movie_ticket/train-*
|
730 |
- config_name: pizza_ordering
|
731 |
data_files:
|
|
|
|
|
|
|
|
|
732 |
- split: train
|
733 |
path: pizza_ordering/train-*
|
734 |
- config_name: restaurant_reservation
|
|
|
224 |
features:
|
225 |
- name: pizza_ordering.size.pizza
|
226 |
dtype: string
|
227 |
+
- name: auto_repair.location.store.accept
|
228 |
+
dtype: string
|
229 |
- name: pizza_ordering.preference
|
230 |
dtype: string
|
231 |
+
- name: coffee_ordering.type.milk.reject
|
232 |
+
dtype: string
|
233 |
- name: conversation_id
|
234 |
dtype: string
|
235 |
- name: pizza_ordering.name.store
|
|
|
238 |
dtype: string
|
239 |
- name: coffee_ordering.preference.accept
|
240 |
dtype: string
|
241 |
+
- name: pizza_ordering.pizza_order.reject
|
242 |
+
dtype: string
|
243 |
- name: pizza_ordering.size.pizza.accept
|
244 |
dtype: string
|
245 |
- name: pizza_ordering.type.topping
|
|
|
258 |
dtype: string
|
259 |
- name: pizza_ordering.type.topping.reject
|
260 |
dtype: string
|
261 |
+
- name: coffee_ordering.name.drink
|
262 |
dtype: string
|
263 |
- name: pizza_ordering.location.store
|
264 |
dtype: string
|
265 |
+
- name: pizza_ordering.preference.accept
|
266 |
+
dtype: string
|
267 |
- name: pizza_ordering.name.pizza
|
268 |
dtype: string
|
269 |
- name: pizza_ordering.name.pizza.accept
|
270 |
dtype: string
|
271 |
+
- name: auto_repair.location.store
|
272 |
+
dtype: string
|
273 |
+
- name: pizza_ordering.pizza_ordering
|
274 |
+
dtype: string
|
275 |
- name: pizza_ordering.size.pizza.reject
|
276 |
dtype: string
|
277 |
- name: pizza_ordering.preference.reject
|
|
|
286 |
dtype: string
|
287 |
- name: pizza_ordering.type.crust.reject
|
288 |
dtype: string
|
|
|
|
|
289 |
- name: pizza_ordering.type.crust.accept
|
290 |
dtype: string
|
291 |
+
- name: pizza_ordering.location.store.reject
|
292 |
+
dtype: string
|
293 |
+
- name: coffee_ordering.location.store
|
294 |
+
dtype: string
|
295 |
splits:
|
296 |
+
- name: dev
|
297 |
+
num_bytes: 1097080
|
298 |
+
num_examples: 1265
|
299 |
+
- name: test
|
300 |
+
num_bytes: 927874
|
301 |
+
num_examples: 1055
|
302 |
- name: train
|
303 |
+
num_bytes: 8402545
|
304 |
+
num_examples: 9563
|
305 |
+
download_size: 1187845
|
306 |
+
dataset_size: 10427499
|
307 |
- config_name: restaurant_reservation
|
308 |
features:
|
309 |
- name: restaurant_reservation.type.seating
|
|
|
749 |
path: movie_ticket/train-*
|
750 |
- config_name: pizza_ordering
|
751 |
data_files:
|
752 |
+
- split: dev
|
753 |
+
path: pizza_ordering/dev-*
|
754 |
+
- split: test
|
755 |
+
path: pizza_ordering/test-*
|
756 |
- split: train
|
757 |
path: pizza_ordering/train-*
|
758 |
- config_name: restaurant_reservation
|
pizza_ordering/dev-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99e4ecd3f7e762fcb4c871f82411f87af0c48493fe2b20ffaeb00b8aa5c71506
|
3 |
+
size 138425
|
pizza_ordering/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f50f2915c0819d6c5688bb23a2836a4325dcfc532323f42c10fe6b7be411c7a0
|
3 |
+
size 121311
|
pizza_ordering/train-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5400c113762bfcc1c9ab7c467d303e012bacb20865199cbb4401d0466c61156f
|
3 |
+
size 928109
|