Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
## Dataset Details
|
| 10 |
+
|
| 11 |
+
### Dataset Description
|
| 12 |
+
|
| 13 |
+
This dataset consists of data for the purpose of training a model to generate SQL code in response to a natural language prompt.
|
| 14 |
+
The `qa.csv` table consists of these pairs, while the `<dbms>_ddl.csv` tables consist of the DDLs and sample data needed to verify the validity of generated SQL queries.
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
### Dataset Sources: Spider2
|
| 18 |
+
|
| 19 |
+
<!-- Provide the basic links for the dataset. -->
|
| 20 |
+
|
| 21 |
+
- [**Repository**](https://github.com/xlang-ai/Spider2)
|
| 22 |
+
- [**Paper**](https://arxiv.org/abs/2411.07763)
|