Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
text-to-sql
License:
albertvillanova HF staff commited on
Commit
3374e30
1 Parent(s): 6232cc3

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -22,6 +22,7 @@ pretty_name: Spider
22
  tags:
23
  - text-to-sql
24
  dataset_info:
 
25
  features:
26
  - name: db_id
27
  dtype: string
@@ -35,7 +36,6 @@ dataset_info:
35
  sequence: string
36
  - name: question_toks
37
  sequence: string
38
- config_name: spider
39
  splits:
40
  - name: train
41
  num_bytes: 4743786
@@ -43,8 +43,16 @@ dataset_info:
43
  - name: validation
44
  num_bytes: 682090
45
  num_examples: 1034
46
- download_size: 99736136
47
  dataset_size: 5425876
 
 
 
 
 
 
 
 
48
  ---
49
 
50
 
 
22
  tags:
23
  - text-to-sql
24
  dataset_info:
25
+ config_name: spider
26
  features:
27
  - name: db_id
28
  dtype: string
 
36
  sequence: string
37
  - name: question_toks
38
  sequence: string
 
39
  splits:
40
  - name: train
41
  num_bytes: 4743786
 
43
  - name: validation
44
  num_bytes: 682090
45
  num_examples: 1034
46
+ download_size: 957246
47
  dataset_size: 5425876
48
+ configs:
49
+ - config_name: spider
50
+ data_files:
51
+ - split: train
52
+ path: spider/train-*
53
+ - split: validation
54
+ path: spider/validation-*
55
+ default: true
56
  ---
57
 
58
 
dataset_infos.json CHANGED
@@ -1 +1,69 @@
1
- {"spider": {"description": "Spider is a large-scale complex and cross-domain semantic parsing and text-toSQL dataset annotated by 11 college students\n", "citation": "@article{yu2018spider,\n title={Spider: A large-scale human-labeled dataset for complex and cross-domain semantic parsing and text-to-sql task},\n author={Yu, Tao and Zhang, Rui and Yang, Kai and Yasunaga, Michihiro and Wang, Dongxu and Li, Zifan and Ma, James and Li, Irene and Yao, Qingning and Roman, Shanelle and others},\n journal={arXiv preprint arXiv:1809.08887},\n year={2018}\n}\n", "homepage": "https://yale-lily.github.io/spider", "license": "CC BY-SA 4.0", "features": {"db_id": {"dtype": "string", "id": null, "_type": "Value"}, "query": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "query_toks": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "query_toks_no_value": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "question_toks": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "spider", "config_name": "spider", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4743786, "num_examples": 7000, "dataset_name": "spider"}, "validation": {"name": "validation", "num_bytes": 682090, "num_examples": 1034, "dataset_name": "spider"}}, "download_checksums": {"https://huggingface.co/datasets/spider/resolve/main/data/spider.zip": {"num_bytes": 99736136, "checksum": "5ddff97bb1d421282c593e8d30ce0ce107270f4dd4a21d60eba4bf287d5956b1"}}, "download_size": 99736136, "post_processing_size": null, "dataset_size": 5425876, "size_in_bytes": 105162012}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "spider": {
3
+ "description": "Spider is a large-scale complex and cross-domain semantic parsing and text-toSQL dataset annotated by 11 college students\n",
4
+ "citation": "@article{yu2018spider,\n title={Spider: A large-scale human-labeled dataset for complex and cross-domain semantic parsing and text-to-sql task},\n author={Yu, Tao and Zhang, Rui and Yang, Kai and Yasunaga, Michihiro and Wang, Dongxu and Li, Zifan and Ma, James and Li, Irene and Yao, Qingning and Roman, Shanelle and others},\n journal={arXiv preprint arXiv:1809.08887},\n year={2018}\n}\n",
5
+ "homepage": "https://yale-lily.github.io/spider",
6
+ "license": "CC BY-SA 4.0",
7
+ "features": {
8
+ "db_id": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "query": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "question": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "query_toks": {
21
+ "feature": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "_type": "Sequence"
26
+ },
27
+ "query_toks_no_value": {
28
+ "feature": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "_type": "Sequence"
33
+ },
34
+ "question_toks": {
35
+ "feature": {
36
+ "dtype": "string",
37
+ "_type": "Value"
38
+ },
39
+ "_type": "Sequence"
40
+ }
41
+ },
42
+ "builder_name": "spider",
43
+ "dataset_name": "spider",
44
+ "config_name": "spider",
45
+ "version": {
46
+ "version_str": "1.0.0",
47
+ "major": 1,
48
+ "minor": 0,
49
+ "patch": 0
50
+ },
51
+ "splits": {
52
+ "train": {
53
+ "name": "train",
54
+ "num_bytes": 4743786,
55
+ "num_examples": 7000,
56
+ "dataset_name": null
57
+ },
58
+ "validation": {
59
+ "name": "validation",
60
+ "num_bytes": 682090,
61
+ "num_examples": 1034,
62
+ "dataset_name": null
63
+ }
64
+ },
65
+ "download_size": 957246,
66
+ "dataset_size": 5425876,
67
+ "size_in_bytes": 6383122
68
+ }
69
+ }
spider/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb4b681558f6f8f428e516fb94c5a1cb19c5a0a0c153c0618c8cc4a28115d4cb
3
+ size 831359
spider/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3e2a46303899a2d4afe3f6a3a62e59f8d589f241b3cbfb52356479b1f054888
3
+ size 125887