Add air_dialogue_kb data files
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
4 |
features:
|
5 |
- name: action
|
6 |
struct:
|
@@ -65,6 +65,47 @@ dataset_info:
|
|
65 |
num_examples: 40363
|
66 |
download_size: 141766743
|
67 |
dataset_size: 398160183
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
configs:
|
69 |
- config_name: air_dialogue_data
|
70 |
data_files:
|
@@ -73,4 +114,10 @@ configs:
|
|
73 |
- split: validation
|
74 |
path: air_dialogue_data/validation-*
|
75 |
default: true
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
---
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: air_dialogue_data
|
4 |
features:
|
5 |
- name: action
|
6 |
struct:
|
|
|
65 |
num_examples: 40363
|
66 |
download_size: 141766743
|
67 |
dataset_size: 398160183
|
68 |
+
- config_name: air_dialogue_kb
|
69 |
+
features:
|
70 |
+
- name: kb
|
71 |
+
list:
|
72 |
+
- name: airline
|
73 |
+
dtype: string
|
74 |
+
- name: class
|
75 |
+
dtype: string
|
76 |
+
- name: departure_airport
|
77 |
+
dtype: string
|
78 |
+
- name: departure_day
|
79 |
+
dtype: string
|
80 |
+
- name: departure_month
|
81 |
+
dtype: string
|
82 |
+
- name: departure_time_num
|
83 |
+
dtype: int32
|
84 |
+
- name: flight_number
|
85 |
+
dtype: int32
|
86 |
+
- name: num_connections
|
87 |
+
dtype: int32
|
88 |
+
- name: price
|
89 |
+
dtype: int32
|
90 |
+
- name: return_airport
|
91 |
+
dtype: string
|
92 |
+
- name: return_day
|
93 |
+
dtype: string
|
94 |
+
- name: return_month
|
95 |
+
dtype: string
|
96 |
+
- name: return_time_num
|
97 |
+
dtype: int32
|
98 |
+
- name: reservation
|
99 |
+
dtype: int32
|
100 |
+
splits:
|
101 |
+
- name: train
|
102 |
+
num_bytes: 782590970
|
103 |
+
num_examples: 321459
|
104 |
+
- name: validation
|
105 |
+
num_bytes: 98269609
|
106 |
+
num_examples: 40363
|
107 |
+
download_size: 57883938
|
108 |
+
dataset_size: 880860579
|
109 |
configs:
|
110 |
- config_name: air_dialogue_data
|
111 |
data_files:
|
|
|
114 |
- split: validation
|
115 |
path: air_dialogue_data/validation-*
|
116 |
default: true
|
117 |
+
- config_name: air_dialogue_kb
|
118 |
+
data_files:
|
119 |
+
- split: train
|
120 |
+
path: air_dialogue_kb/train-*
|
121 |
+
- split: validation
|
122 |
+
path: air_dialogue_kb/validation-*
|
123 |
---
|
air_dialogue_kb/train-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b376762d6f86a11ae09fc23cdfefe1c06896523bed9ea2442c91d77dcee018a
|
3 |
+
size 25702741
|
air_dialogue_kb/train-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e3cbae4513250578ac8bad84d3238b354c8a262d0d2cfd03f51cb3805aff721
|
3 |
+
size 25719855
|
air_dialogue_kb/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3288acb9d91034831f6ad960fa874eda893f0f7f1e2b3cb0237702177edf5a2d
|
3 |
+
size 6461342
|