File size: 1,072 Bytes
adebbcc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7cf4ce9
 
 
 
 
adebbcc
 
 
 
 
7cf4ce9
 
adebbcc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
dataset_info:
  features:
  - name: db_id
    dtype: string
  - name: schema
    dtype: string
  - name: schemaComEx
    dtype: string
  - name: question
    dtype: string
  - name: query
    dtype: string
  - name: answer
    dtype: string
  - name: complexity
    dtype: string
  - name: distinct
    dtype: bool
  - name: like
    dtype: bool
  - name: between
    dtype: bool
  - name: order_by
    dtype: bool
  - name: limit
    dtype: bool
  - name: grouby_by
    dtype: bool
  - name: having
    dtype: bool
  - name: single_join
    dtype: bool
  - name: multiple_join
    dtype: bool
  - name: multiple_select
    dtype: bool
  - name: intersect
    dtype: bool
  - name: except
    dtype: bool
  - name: union
    dtype: bool
  splits:
  - name: train
    num_bytes: 8438563.958533753
    num_examples: 1746
  - name: test
    num_bytes: 43655293
    num_examples: 8828
  download_size: 1966408
  dataset_size: 52093856.95853375
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---