Upload dataset
Browse files
README.md
CHANGED
@@ -183,6 +183,44 @@ dataset_info:
|
|
183 |
num_examples: 2588
|
184 |
download_size: 3502447
|
185 |
dataset_size: 27176522
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
configs:
|
187 |
- config_name: attraction
|
188 |
data_files:
|
@@ -214,4 +252,12 @@ configs:
|
|
214 |
path: hotel/dev-*
|
215 |
- split: test
|
216 |
path: hotel/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
217 |
---
|
|
|
183 |
num_examples: 2588
|
184 |
download_size: 3502447
|
185 |
dataset_size: 27176522
|
186 |
+
- config_name: restaurant
|
187 |
+
features:
|
188 |
+
- name: restaurant-area
|
189 |
+
dtype: string
|
190 |
+
- name: restaurant-book day
|
191 |
+
dtype: string
|
192 |
+
- name: restaurant-book people
|
193 |
+
dtype: string
|
194 |
+
- name: restaurant-book time
|
195 |
+
dtype: string
|
196 |
+
- name: restaurant-food
|
197 |
+
dtype: string
|
198 |
+
- name: restaurant-name
|
199 |
+
dtype: string
|
200 |
+
- name: restaurant-pricerange
|
201 |
+
dtype: string
|
202 |
+
- name: dialogue_id
|
203 |
+
dtype: string
|
204 |
+
- name: history
|
205 |
+
list:
|
206 |
+
- name: content
|
207 |
+
dtype: string
|
208 |
+
- name: role
|
209 |
+
dtype: string
|
210 |
+
- name: text
|
211 |
+
dtype: string
|
212 |
+
splits:
|
213 |
+
- name: train
|
214 |
+
num_bytes: 20127357
|
215 |
+
num_examples: 22690
|
216 |
+
- name: dev
|
217 |
+
num_bytes: 2674924
|
218 |
+
num_examples: 2867
|
219 |
+
- name: test
|
220 |
+
num_bytes: 2685393
|
221 |
+
num_examples: 2882
|
222 |
+
download_size: 3618390
|
223 |
+
dataset_size: 25487674
|
224 |
configs:
|
225 |
- config_name: attraction
|
226 |
data_files:
|
|
|
252 |
path: hotel/dev-*
|
253 |
- split: test
|
254 |
path: hotel/test-*
|
255 |
+
- config_name: restaurant
|
256 |
+
data_files:
|
257 |
+
- split: train
|
258 |
+
path: restaurant/train-*
|
259 |
+
- split: dev
|
260 |
+
path: restaurant/dev-*
|
261 |
+
- split: test
|
262 |
+
path: restaurant/test-*
|
263 |
---
|
restaurant/dev-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c872b6a136ca2f7c52b8934742382766385eaf59e400d2b98a86a4f2519bcda
|
3 |
+
size 380825
|
restaurant/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b1a3b034bf4b7a47e59f75a2ebe0b3863a2d2e0451b2ae97e13effa926b1587
|
3 |
+
size 378788
|
restaurant/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:787b4d604dd1fd037f0d3f8250fefc9bd1540db31d218e9d2e5e5b73dce072da
|
3 |
+
size 2858777
|