add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -24,6 +24,113 @@ task_ids:
|
|
24 |
- language-modeling
|
25 |
- masked-language-modeling
|
26 |
paperswithcode_id: null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
# Dataset Card for air_dialogue
|
|
|
24 |
- language-modeling
|
25 |
- masked-language-modeling
|
26 |
paperswithcode_id: null
|
27 |
+
dataset_info:
|
28 |
+
- config_name: air_dialogue_data
|
29 |
+
features:
|
30 |
+
- name: action
|
31 |
+
struct:
|
32 |
+
- name: status
|
33 |
+
dtype: string
|
34 |
+
- name: name
|
35 |
+
dtype: string
|
36 |
+
- name: flight
|
37 |
+
sequence: int32
|
38 |
+
- name: intent
|
39 |
+
struct:
|
40 |
+
- name: return_month
|
41 |
+
dtype: string
|
42 |
+
- name: return_day
|
43 |
+
dtype: string
|
44 |
+
- name: max_price
|
45 |
+
dtype: int32
|
46 |
+
- name: departure_airport
|
47 |
+
dtype: string
|
48 |
+
- name: max_connections
|
49 |
+
dtype: int32
|
50 |
+
- name: departure_day
|
51 |
+
dtype: string
|
52 |
+
- name: goal
|
53 |
+
dtype: string
|
54 |
+
- name: departure_month
|
55 |
+
dtype: string
|
56 |
+
- name: name
|
57 |
+
dtype: string
|
58 |
+
- name: return_airport
|
59 |
+
dtype: string
|
60 |
+
- name: timestamps
|
61 |
+
sequence: int64
|
62 |
+
- name: dialogue
|
63 |
+
sequence: string
|
64 |
+
- name: expected_action
|
65 |
+
struct:
|
66 |
+
- name: status
|
67 |
+
dtype: string
|
68 |
+
- name: name
|
69 |
+
dtype: string
|
70 |
+
- name: flight
|
71 |
+
sequence: int32
|
72 |
+
- name: search_info
|
73 |
+
list:
|
74 |
+
- name: button_name
|
75 |
+
dtype: string
|
76 |
+
- name: field_name
|
77 |
+
dtype: string
|
78 |
+
- name: field_value
|
79 |
+
dtype: string
|
80 |
+
- name: timestmamp
|
81 |
+
dtype: int64
|
82 |
+
- name: correct_sample
|
83 |
+
dtype: bool_
|
84 |
+
splits:
|
85 |
+
- name: train
|
86 |
+
num_bytes: 353721137
|
87 |
+
num_examples: 321459
|
88 |
+
- name: validation
|
89 |
+
num_bytes: 44442238
|
90 |
+
num_examples: 40363
|
91 |
+
download_size: 272898923
|
92 |
+
dataset_size: 398163375
|
93 |
+
- config_name: air_dialogue_kb
|
94 |
+
features:
|
95 |
+
- name: kb
|
96 |
+
list:
|
97 |
+
- name: airline
|
98 |
+
dtype: string
|
99 |
+
- name: class
|
100 |
+
dtype: string
|
101 |
+
- name: departure_airport
|
102 |
+
dtype: string
|
103 |
+
- name: departure_day
|
104 |
+
dtype: string
|
105 |
+
- name: departure_month
|
106 |
+
dtype: string
|
107 |
+
- name: departure_time_num
|
108 |
+
dtype: int32
|
109 |
+
- name: flight_number
|
110 |
+
dtype: int32
|
111 |
+
- name: num_connections
|
112 |
+
dtype: int32
|
113 |
+
- name: price
|
114 |
+
dtype: int32
|
115 |
+
- name: return_airport
|
116 |
+
dtype: string
|
117 |
+
- name: return_day
|
118 |
+
dtype: string
|
119 |
+
- name: return_month
|
120 |
+
dtype: string
|
121 |
+
- name: return_time_num
|
122 |
+
dtype: int32
|
123 |
+
- name: reservation
|
124 |
+
dtype: int32
|
125 |
+
splits:
|
126 |
+
- name: train
|
127 |
+
num_bytes: 782592158
|
128 |
+
num_examples: 321459
|
129 |
+
- name: validation
|
130 |
+
num_bytes: 98269789
|
131 |
+
num_examples: 40363
|
132 |
+
download_size: 272898923
|
133 |
+
dataset_size: 880861947
|
134 |
---
|
135 |
|
136 |
# Dataset Card for air_dialogue
|