Upload dataset
Browse files
README.md
CHANGED
@@ -1153,6 +1153,66 @@ dataset_info:
|
|
1153 |
num_examples: 30139
|
1154 |
download_size: 1562147
|
1155 |
dataset_size: 41175720
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1156 |
- config_name: flights
|
1157 |
features:
|
1158 |
- name: conversation_id
|
@@ -1432,6 +1492,14 @@ configs:
|
|
1432 |
path: Services/test-*
|
1433 |
- split: train
|
1434 |
path: Services/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1435 |
- config_name: flights
|
1436 |
data_files:
|
1437 |
- split: train
|
|
|
1153 |
num_examples: 30139
|
1154 |
download_size: 1562147
|
1155 |
dataset_size: 41175720
|
1156 |
+
- config_name: Weather
|
1157 |
+
features:
|
1158 |
+
- name: inform_count_count_value
|
1159 |
+
dtype: string
|
1160 |
+
- name: inform_wind_value
|
1161 |
+
dtype: string
|
1162 |
+
- name: request_city_canonical
|
1163 |
+
dtype: string
|
1164 |
+
- name: request_city_value
|
1165 |
+
dtype: string
|
1166 |
+
- name: dialogue_id
|
1167 |
+
dtype: string
|
1168 |
+
- name: offer_temperature_value
|
1169 |
+
dtype: string
|
1170 |
+
- name: inform_humidity_canonical
|
1171 |
+
dtype: string
|
1172 |
+
- name: inform_wind_canonical
|
1173 |
+
dtype: string
|
1174 |
+
- name: inform_date_value
|
1175 |
+
dtype: string
|
1176 |
+
- name: services
|
1177 |
+
dtype: string
|
1178 |
+
- name: offer_temperature_canonical
|
1179 |
+
dtype: string
|
1180 |
+
- name: inform_city_canonical
|
1181 |
+
dtype: string
|
1182 |
+
- name: inform_intent_intent_canonical
|
1183 |
+
dtype: string
|
1184 |
+
- name: inform_date_canonical
|
1185 |
+
dtype: string
|
1186 |
+
- name: inform_humidity_value
|
1187 |
+
dtype: string
|
1188 |
+
- name: offer_precipitation_value
|
1189 |
+
dtype: string
|
1190 |
+
- name: inform_intent_intent_value
|
1191 |
+
dtype: string
|
1192 |
+
- name: dialog
|
1193 |
+
list:
|
1194 |
+
- name: content
|
1195 |
+
dtype: string
|
1196 |
+
- name: role
|
1197 |
+
dtype: string
|
1198 |
+
- name: inform_city_value
|
1199 |
+
dtype: string
|
1200 |
+
- name: offer_precipitation_canonical
|
1201 |
+
dtype: string
|
1202 |
+
- name: inform_count_count_canonical
|
1203 |
+
dtype: string
|
1204 |
+
splits:
|
1205 |
+
- name: dev
|
1206 |
+
num_bytes: 886333
|
1207 |
+
num_examples: 2057
|
1208 |
+
- name: test
|
1209 |
+
num_bytes: 1145409
|
1210 |
+
num_examples: 2604
|
1211 |
+
- name: train
|
1212 |
+
num_bytes: 2224810
|
1213 |
+
num_examples: 4763
|
1214 |
+
download_size: 180417
|
1215 |
+
dataset_size: 4256552
|
1216 |
- config_name: flights
|
1217 |
features:
|
1218 |
- name: conversation_id
|
|
|
1492 |
path: Services/test-*
|
1493 |
- split: train
|
1494 |
path: Services/train-*
|
1495 |
+
- config_name: Weather
|
1496 |
+
data_files:
|
1497 |
+
- split: dev
|
1498 |
+
path: Weather/dev-*
|
1499 |
+
- split: test
|
1500 |
+
path: Weather/test-*
|
1501 |
+
- split: train
|
1502 |
+
path: Weather/train-*
|
1503 |
- config_name: flights
|
1504 |
data_files:
|
1505 |
- split: train
|
Weather/dev-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c67f3d51a5d016501b699e2004145267e998930a89ccea059c6b9cf32a26ef0a
|
3 |
+
size 43606
|
Weather/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79baafce89ea6e1ee80f35251cf67ce82f4265675ee4ee70ab4f07d3d34233da
|
3 |
+
size 51891
|
Weather/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ef1393c0496eb3724a7b5f5b386a9684533749b6f53a3cc5ae0be7859cbfa9d
|
3 |
+
size 84920
|