| 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). |