jixy2012 commited on
Commit
6a90e81
·
1 Parent(s): 26e61de

fix: update readme

Browse files
Files changed (1) hide show
  1. README.md +43 -46
README.md CHANGED
@@ -2,57 +2,54 @@
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: '2.0'
30
- num_bytes: 1373659
31
- num_examples: 795
32
- - name: train
33
- num_bytes: 1373659
34
- num_examples: 795
35
- - name: validation
36
- num_bytes: 158933
37
- num_examples: 81
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
- data_files:
46
- - split: '2.0'
47
- path: data/2.0-*
48
- - split: train
49
- path: data/train-*
50
- - split: validation
51
- path: data/validation-*
52
- - split: test
53
- path: data/test-*
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.