Update dataset card
Browse files
README.md
CHANGED
@@ -28,4 +28,21 @@ configs:
|
|
28 |
path: data/test-*
|
29 |
- split: validation
|
30 |
path: data/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
path: data/test-*
|
29 |
- split: validation
|
30 |
path: data/validation-*
|
31 |
+
task_categories:
|
32 |
+
- question-answering
|
33 |
+
- zero-shot-classification
|
34 |
+
- text2text-generation
|
35 |
+
language:
|
36 |
+
- en
|
37 |
+
size_categories:
|
38 |
+
- 100K<n<1M
|
39 |
---
|
40 |
+
|
41 |
+
#### Overview
|
42 |
+
This dataset is build from [b-mc2/sql-create-context](https://huggingface.co/datasets/b-mc2/sql-create-context), [Clinton/Text-to-sql-v1](https://huggingface.co/datasets/Clinton/Text-to-sql-v1) and [knowrohit07/know_sql](https://huggingface.co/datasets/knowrohit07/know_sql).
|
43 |
+
|
44 |
+
A total of 148368 examples consist of natural language queries, SQL CREATE TABLE statements, and SQL Query answering the question using the CREATE statement as context.
|
45 |
+
|
46 |
+
#### Next Step
|
47 |
+
- Further augment the data by converting queries and CREATE TABLE statements into different SQL dialects.
|
48 |
+
- Support other informative contexts beyond CREATE TABLE.
|