Upload dataset
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
-
|
| 4 |
features:
|
| 5 |
- name: question_id
|
| 6 |
dtype: string
|
|
@@ -63,6 +63,69 @@ dataset_info:
|
|
| 63 |
num_examples: 565
|
| 64 |
download_size: 918766
|
| 65 |
dataset_size: 4184979
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
configs:
|
| 67 |
- config_name: workload_movie
|
| 68 |
data_files:
|
|
@@ -70,4 +133,10 @@ configs:
|
|
| 70 |
path: workload_movie/validation-*
|
| 71 |
- split: test
|
| 72 |
path: workload_movie/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
---
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: workload_movie
|
| 4 |
features:
|
| 5 |
- name: question_id
|
| 6 |
dtype: string
|
|
|
|
| 63 |
num_examples: 565
|
| 64 |
download_size: 918766
|
| 65 |
dataset_size: 4184979
|
| 66 |
+
- config_name: workload_nba
|
| 67 |
+
features:
|
| 68 |
+
- name: question_id
|
| 69 |
+
dtype: string
|
| 70 |
+
- name: question
|
| 71 |
+
dtype: string
|
| 72 |
+
- name: table
|
| 73 |
+
list: string
|
| 74 |
+
- name: sql_query
|
| 75 |
+
dtype: string
|
| 76 |
+
- name: answer
|
| 77 |
+
list: string
|
| 78 |
+
- name: is_nested
|
| 79 |
+
dtype: bool
|
| 80 |
+
- name: is_aggregated
|
| 81 |
+
dtype: bool
|
| 82 |
+
- name: height
|
| 83 |
+
dtype: int64
|
| 84 |
+
- name: breadth
|
| 85 |
+
struct:
|
| 86 |
+
- name: '1'
|
| 87 |
+
dtype: int64
|
| 88 |
+
- name: '2'
|
| 89 |
+
dtype: int64
|
| 90 |
+
- name: '3'
|
| 91 |
+
dtype: int64
|
| 92 |
+
- name: max_breadth
|
| 93 |
+
dtype: int64
|
| 94 |
+
- name: type
|
| 95 |
+
dtype: string
|
| 96 |
+
- name: clause_usage
|
| 97 |
+
struct:
|
| 98 |
+
- name: GROUP BY
|
| 99 |
+
dtype: bool
|
| 100 |
+
- name: HAVING
|
| 101 |
+
dtype: bool
|
| 102 |
+
- name: LIMIT
|
| 103 |
+
dtype: bool
|
| 104 |
+
- name: ORDER BY
|
| 105 |
+
dtype: bool
|
| 106 |
+
- name: WHERE
|
| 107 |
+
dtype: bool
|
| 108 |
+
- name: aggregate_usage
|
| 109 |
+
struct:
|
| 110 |
+
- name: AVG
|
| 111 |
+
dtype: bool
|
| 112 |
+
- name: COUNT
|
| 113 |
+
dtype: bool
|
| 114 |
+
- name: MAX
|
| 115 |
+
dtype: bool
|
| 116 |
+
- name: MIN
|
| 117 |
+
dtype: bool
|
| 118 |
+
- name: SUM
|
| 119 |
+
dtype: bool
|
| 120 |
+
splits:
|
| 121 |
+
- name: validation
|
| 122 |
+
num_bytes: 1914212
|
| 123 |
+
num_examples: 565
|
| 124 |
+
- name: test
|
| 125 |
+
num_bytes: 170062
|
| 126 |
+
num_examples: 565
|
| 127 |
+
download_size: 320845
|
| 128 |
+
dataset_size: 2084274
|
| 129 |
configs:
|
| 130 |
- config_name: workload_movie
|
| 131 |
data_files:
|
|
|
|
| 133 |
path: workload_movie/validation-*
|
| 134 |
- split: test
|
| 135 |
path: workload_movie/test-*
|
| 136 |
+
- config_name: workload_nba
|
| 137 |
+
data_files:
|
| 138 |
+
- split: validation
|
| 139 |
+
path: workload_nba/validation-*
|
| 140 |
+
- split: test
|
| 141 |
+
path: workload_nba/test-*
|
| 142 |
---
|
workload_nba/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97d173a5abb58283c136b351765aa41ad99381e616c4a8c4a05a9ddec698817a
|
| 3 |
+
size 55014
|
workload_nba/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35c875d5be84a4df191af0933984decbd6cb3cd254f4e91d7e16a7164ce287af
|
| 3 |
+
size 265831
|