wikisql / README.md
nuralnetwork's picture
Update README.md
f310e28 verified
---
dataset_info:
features:
- name: id
dtype: int64
- name: question
dtype: string
- name: code
dtype: string
splits:
- name: test
num_bytes: 2250715
num_examples: 15878
download_size: 1096720
dataset_size: 2250715
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
## Description
This dataset is replicated from the original [wikisql dataset](https://huggingface.co/datasets/Salesforce/wikisql). This datset corresponds to the test split of the original dataset and only contains the quewstion and the corresponding SQL query output without the tables/schema. The dataset can be used for code generation/search or related tasks.