alagaesia commited on
Commit
f40742e
·
1 Parent(s): 300b74d

update readme.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -24,3 +24,31 @@ configs:
24
  - split: train
25
  path: data/train-*
26
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  - split: train
25
  path: data/train-*
26
  ---
27
+
28
+ # Dataset Card for Spider Dev
29
+
30
+ 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.
31
+
32
+ ## Dataset Details
33
+
34
+ ```
35
+ dataset_info:
36
+ features:
37
+ - name: db_id
38
+ dtype: string
39
+ description: maps to the database id of the underlying table
40
+ - name: query
41
+ dtype: string
42
+ description: the gold query for the question & database
43
+ - name: question
44
+ dtype: string
45
+ description: the relevant question for the gold & database
46
+ - name: create_w_keys
47
+ dtype: string
48
+ description: the create statment for the database including primary & foreign keys
49
+ - name: create_wo_keys
50
+ dtype: string
51
+ description: the create statement for the database (not inlcuding primary & foreign keys)
52
+ ```
53
+
54
+ The `db_id` references the spider database found [here](https://drive.google.com/uc?export=download&id=1TqleXec_OykOYFREKKtschzY29dUcVAQ).