fix: update readme
Browse files
README.md
CHANGED
|
@@ -2,57 +2,54 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
dataset_info:
|
| 4 |
features:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
splits:
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
- name: test
|
| 39 |
-
num_bytes: 178484
|
| 40 |
-
num_examples: 180
|
| 41 |
download_size: 1848113
|
| 42 |
dataset_size: 3084735
|
| 43 |
configs:
|
| 44 |
-
- config_name: default
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
---
|
| 55 |
|
| 56 |
Link to original dataset: https://yale-lily.github.io/spider
|
| 57 |
|
| 58 |
-
Yu, T., Zhang, R., Yang, K., Yasunaga, M., Wang, D., Li, Z., Ma, J., Li, I., Yao, Q., Roman, S. and Zhang, Z., 2018. Spider: A large-scale human-labeled dataset for complex and cross-domain semantic parsing and text-to-sql task. arXiv preprint arXiv:1809.08887.
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
dataset_info:
|
| 4 |
features:
|
| 5 |
+
- name: table
|
| 6 |
+
sequence:
|
| 7 |
+
sequence: string
|
| 8 |
+
- name: database_id
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: table_id
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: context
|
| 13 |
+
struct:
|
| 14 |
+
- name: column_names_cleaned
|
| 15 |
+
sequence: string
|
| 16 |
+
- name: column_types
|
| 17 |
+
sequence: string
|
| 18 |
+
- name: foreign_keys
|
| 19 |
+
list:
|
| 20 |
+
- name: column_name
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: referenced_column_name
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: referenced_table_name
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: primary_key
|
| 27 |
+
sequence: string
|
| 28 |
splits:
|
| 29 |
+
- name: train
|
| 30 |
+
num_bytes: 1373659
|
| 31 |
+
num_examples: 795
|
| 32 |
+
- name: validation
|
| 33 |
+
num_bytes: 158933
|
| 34 |
+
num_examples: 81
|
| 35 |
+
- name: test
|
| 36 |
+
num_bytes: 178484
|
| 37 |
+
num_examples: 180
|
|
|
|
|
|
|
|
|
|
| 38 |
download_size: 1848113
|
| 39 |
dataset_size: 3084735
|
| 40 |
configs:
|
| 41 |
+
- config_name: default
|
| 42 |
+
data_files:
|
| 43 |
+
- split: "2.0"
|
| 44 |
+
path: data/2.0-*
|
| 45 |
+
- split: train
|
| 46 |
+
path: data/train-*
|
| 47 |
+
- split: validation
|
| 48 |
+
path: data/validation-*
|
| 49 |
+
- split: test
|
| 50 |
+
path: data/test-*
|
| 51 |
---
|
| 52 |
|
| 53 |
Link to original dataset: https://yale-lily.github.io/spider
|
| 54 |
|
| 55 |
+
Yu, T., Zhang, R., Yang, K., Yasunaga, M., Wang, D., Li, Z., Ma, J., Li, I., Yao, Q., Roman, S. and Zhang, Z., 2018. Spider: A large-scale human-labeled dataset for complex and cross-domain semantic parsing and text-to-sql task. arXiv preprint arXiv:1809.08887.
|