Upload dataset
Browse files- README.md +68 -0
- pizza_ordering/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -146,6 +146,70 @@ dataset_info:
|
|
| 146 |
num_examples: 8747
|
| 147 |
download_size: 829398
|
| 148 |
dataset_size: 7497943
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 149 |
- config_name: restaurant_reservation
|
| 150 |
features:
|
| 151 |
- name: restaurant_reservation.type.seating
|
|
@@ -513,6 +577,10 @@ configs:
|
|
| 513 |
data_files:
|
| 514 |
- split: train
|
| 515 |
path: movie_ticket/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 516 |
- config_name: restaurant_reservation
|
| 517 |
data_files:
|
| 518 |
- split: train
|
|
|
|
| 146 |
num_examples: 8747
|
| 147 |
download_size: 829398
|
| 148 |
dataset_size: 7497943
|
| 149 |
+
- config_name: pizza_ordering
|
| 150 |
+
features:
|
| 151 |
+
- name: pizza_ordering.size.pizza
|
| 152 |
+
dtype: string
|
| 153 |
+
- name: pizza_ordering.preference
|
| 154 |
+
dtype: string
|
| 155 |
+
- name: conversation_id
|
| 156 |
+
dtype: string
|
| 157 |
+
- name: pizza_ordering.name.store
|
| 158 |
+
dtype: string
|
| 159 |
+
- name: pizza_ordering.location.store.accept
|
| 160 |
+
dtype: string
|
| 161 |
+
- name: coffee_ordering.preference.accept
|
| 162 |
+
dtype: string
|
| 163 |
+
- name: pizza_ordering.size.pizza.accept
|
| 164 |
+
dtype: string
|
| 165 |
+
- name: pizza_ordering.type.topping
|
| 166 |
+
dtype: string
|
| 167 |
+
- name: dialog
|
| 168 |
+
list:
|
| 169 |
+
- name: content
|
| 170 |
+
dtype: string
|
| 171 |
+
- name: role
|
| 172 |
+
dtype: string
|
| 173 |
+
- name: pizza_ordering.name.pizza.reject
|
| 174 |
+
dtype: string
|
| 175 |
+
- name: pizza_ordering.type.topping.accept
|
| 176 |
+
dtype: string
|
| 177 |
+
- name: pizza_ordering.pizza_order.accept
|
| 178 |
+
dtype: string
|
| 179 |
+
- name: pizza_ordering.type.topping.reject
|
| 180 |
+
dtype: string
|
| 181 |
+
- name: pizza_ordering.preference.accept
|
| 182 |
+
dtype: string
|
| 183 |
+
- name: pizza_ordering.location.store
|
| 184 |
+
dtype: string
|
| 185 |
+
- name: pizza_ordering.name.pizza
|
| 186 |
+
dtype: string
|
| 187 |
+
- name: pizza_ordering.name.pizza.accept
|
| 188 |
+
dtype: string
|
| 189 |
+
- name: pizza_ordering.size.pizza.reject
|
| 190 |
+
dtype: string
|
| 191 |
+
- name: pizza_ordering.preference.reject
|
| 192 |
+
dtype: string
|
| 193 |
+
- name: pizza_ordering.name.store.accept
|
| 194 |
+
dtype: string
|
| 195 |
+
- name: pizza_ordering.name.store.reject
|
| 196 |
+
dtype: string
|
| 197 |
+
- name: instruction_id
|
| 198 |
+
dtype: string
|
| 199 |
+
- name: pizza_ordering.type.crust
|
| 200 |
+
dtype: string
|
| 201 |
+
- name: pizza_ordering.type.crust.reject
|
| 202 |
+
dtype: string
|
| 203 |
+
- name: coffee_ordering.name.drink.accept
|
| 204 |
+
dtype: string
|
| 205 |
+
- name: pizza_ordering.type.crust.accept
|
| 206 |
+
dtype: string
|
| 207 |
+
splits:
|
| 208 |
+
- name: train
|
| 209 |
+
num_bytes: 3888907
|
| 210 |
+
num_examples: 5682
|
| 211 |
+
download_size: 459097
|
| 212 |
+
dataset_size: 3888907
|
| 213 |
- config_name: restaurant_reservation
|
| 214 |
features:
|
| 215 |
- name: restaurant_reservation.type.seating
|
|
|
|
| 577 |
data_files:
|
| 578 |
- split: train
|
| 579 |
path: movie_ticket/train-*
|
| 580 |
+
- config_name: pizza_ordering
|
| 581 |
+
data_files:
|
| 582 |
+
- split: train
|
| 583 |
+
path: pizza_ordering/train-*
|
| 584 |
- config_name: restaurant_reservation
|
| 585 |
data_files:
|
| 586 |
- split: train
|
pizza_ordering/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3673c9115f86e6e5fc0d86d9514b0f317d97111286c6de27fb94759f1d97faff
|
| 3 |
+
size 459097
|