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
345fa1a
1 Parent(s): 9757161

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -69
dataset_infos.json DELETED
@@ -1,69 +0,0 @@
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
- }