Upload dataset
Browse files- README.md +36 -0
- restaurant-search/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -160,6 +160,38 @@ dataset_info:
|
|
| 160 |
num_examples: 1603
|
| 161 |
download_size: 944019
|
| 162 |
dataset_size: 3088198
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 163 |
configs:
|
| 164 |
- config_name: flights
|
| 165 |
data_files:
|
|
@@ -181,4 +213,8 @@ configs:
|
|
| 181 |
data_files:
|
| 182 |
- split: train
|
| 183 |
path: music/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 184 |
---
|
|
|
|
| 160 |
num_examples: 1603
|
| 161 |
download_size: 944019
|
| 162 |
dataset_size: 3088198
|
| 163 |
+
- config_name: restaurant-search
|
| 164 |
+
features:
|
| 165 |
+
- name: conversation_id
|
| 166 |
+
dtype: string
|
| 167 |
+
- name: instruction_id
|
| 168 |
+
dtype: string
|
| 169 |
+
- name: utterances
|
| 170 |
+
list:
|
| 171 |
+
- name: index
|
| 172 |
+
dtype: int64
|
| 173 |
+
- name: segments
|
| 174 |
+
list:
|
| 175 |
+
- name: annotations
|
| 176 |
+
list:
|
| 177 |
+
- name: name
|
| 178 |
+
dtype: string
|
| 179 |
+
- name: end_index
|
| 180 |
+
dtype: int64
|
| 181 |
+
- name: start_index
|
| 182 |
+
dtype: int64
|
| 183 |
+
- name: text
|
| 184 |
+
dtype: string
|
| 185 |
+
- name: speaker
|
| 186 |
+
dtype: string
|
| 187 |
+
- name: text
|
| 188 |
+
dtype: string
|
| 189 |
+
splits:
|
| 190 |
+
- name: train
|
| 191 |
+
num_bytes: 7983858
|
| 192 |
+
num_examples: 3276
|
| 193 |
+
download_size: 2437939
|
| 194 |
+
dataset_size: 7983858
|
| 195 |
configs:
|
| 196 |
- config_name: flights
|
| 197 |
data_files:
|
|
|
|
| 213 |
data_files:
|
| 214 |
- split: train
|
| 215 |
path: music/train-*
|
| 216 |
+
- config_name: restaurant-search
|
| 217 |
+
data_files:
|
| 218 |
+
- split: train
|
| 219 |
+
path: restaurant-search/train-*
|
| 220 |
---
|
restaurant-search/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6c87c6c98997e626832dbb388cf2f73292acecfd8954d5515f4cbf315c59044
|
| 3 |
+
size 2437939
|