feat: update naming
Browse files
README.md
CHANGED
@@ -1,34 +1,34 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
dtype: string
|
8 |
-
- name: table_id
|
9 |
-
sequence: string
|
10 |
-
- name: query
|
11 |
-
dtype: string
|
12 |
-
- name: difficulty
|
13 |
-
dtype: string
|
14 |
-
- name: mapping
|
15 |
-
list:
|
16 |
-
- name: mapped_column
|
17 |
-
sequence: string
|
18 |
-
- name: nl_phrase
|
19 |
dtype: string
|
20 |
-
|
21 |
-
sequence:
|
22 |
sequence: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
splits:
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
download_size: 42906
|
28 |
dataset_size: 154337
|
29 |
configs:
|
30 |
-
- config_name: default
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
---
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: query_id
|
5 |
+
dtype: int64
|
6 |
+
- name: database_id
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
dtype: string
|
8 |
+
- name: table_id
|
|
|
9 |
sequence: string
|
10 |
+
- name: query
|
11 |
+
dtype: string
|
12 |
+
- name: difficulty
|
13 |
+
dtype: string
|
14 |
+
- name: mapping
|
15 |
+
list:
|
16 |
+
- name: mapped_column
|
17 |
+
sequence: string
|
18 |
+
- name: nl_phrase
|
19 |
+
dtype: string
|
20 |
+
- name: join_key
|
21 |
+
sequence:
|
22 |
+
sequence: string
|
23 |
splits:
|
24 |
+
- name: test
|
25 |
+
num_bytes: 154337
|
26 |
+
num_examples: 209
|
27 |
download_size: 42906
|
28 |
dataset_size: 154337
|
29 |
configs:
|
30 |
+
- config_name: default
|
31 |
+
data_files:
|
32 |
+
- split: test
|
33 |
+
path: queries_test.parquet
|
34 |
---
|
data/train-00000-of-00001.parquet → queries_test.parquet
RENAMED
File without changes
|