File size: 1,457 Bytes
ef50f0d
 
300b74d
 
 
 
 
 
 
 
 
 
 
 
9d33fd9
67255fb
300b74d
 
9d33fd9
300b74d
c00e121
9d33fd9
300b74d
 
 
 
 
ef50f0d
f40742e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: mit
dataset_info:
  features:
  - name: db_id
    dtype: string
  - name: query
    dtype: string
  - name: question
    dtype: string
  - name: create_w_keys
    dtype: string
  - name: create_wo_keys
    dtype: string
  - name: difficulty
    dtype: string
  splits:
  - name: train
    num_bytes: 1967349
    num_examples: 1034
  download_size: 82238
  dataset_size: 1967349
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

# Dataset Card for Spider Dev

This dataset aims to provide an easy reference to the [Spider](https://github.com/taoyds/spider) [Dev](https://drive.google.com/uc?export=download&id=1TqleXec_OykOYFREKKtschzY29dUcVAQ) set.

## Dataset Details

```
dataset_info:
  features:
  - name: db_id
    dtype: string
    description: maps to the database id of the underlying table
  - name: query
    dtype: string
    description: the gold query for the question & database 
  - name: question
    dtype: string
    description: the relevant question for the gold & database
  - name: create_w_keys
    dtype: string
    description: the create statment for the database including primary & foreign keys
  - name: create_wo_keys
    dtype: string
    description: the create statement for the database (not inlcuding primary & foreign keys)
```

The `db_id` references the spider database found [here](https://drive.google.com/uc?export=download&id=1TqleXec_OykOYFREKKtschzY29dUcVAQ).