CoolFace
Datasetpublic

zuom/sql-create-context

Overview This dataset is filtered from b-mc2/sql-create-context. Dataset Details Dataset Description I used sqlglot to make sure that each answer and context from the original dataset was parseable. Dataset Sources Original unfiltered dataset: b-mc2/sql-create-context, which in turn is built on WikiSQL and Spider.

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes33downloads
README.md43 linesDownload Raw Back to root
1 2 3---4dataset_info:5  features:6  - name: answer7    dtype: string8  - name: question9    dtype: string10  - name: context11    dtype: string12  splits:13  - name: train14    num_bytes: 15465028.1889102415    num_examples: 7000016  - name: test17    num_bytes: 1853594.09292795618    num_examples: 839019  download_size: 851388220  dataset_size: 17318622.28183819721configs:22- config_name: default23  data_files:24  - split: train25    path: data/train-*26  - split: test27    path: data/test-*28---29 30# Overview31 32This dataset is filtered from [b-mc2/sql-create-context](https://hf.co/datasets/b-mc2/sql-create-context).33 34## Dataset Details35 36### Dataset Description37 38I used [sqlglot](https://github.com/tobymao/sqlglot) to make sure that each answer and context from the original dataset was parseable.39 40### Dataset Sources41 42Original unfiltered dataset: [b-mc2/sql-create-context](https://hf.co/datasets/b-mc2/sql-create-context), which in turn is built on [WikiSQL](https://huggingface.co/datasets/wikisql) and [Spider](https://huggingface.co/datasets/spider).43