sql-create-context b-mc2
Overview This dataset builds from WikiSQL and Spider. There are 78,577 examples of natural language queries, SQL CREATE TABLE statements, and SQL Query answering the question using the CREATE statement as context. This dataset was built with text-to-sql LLMs in mind, intending to prevent hallucination of column and table names often seen when trained on text-to-sql datasets. The CREATE TABLE statement can often be copy and pasted from different DBMS and provides table names, column… See the full description on the dataset page: https://huggingface.co/datasets/b-mc2/sql-create-context.
- Type
- dataset
- License
- cc-by-4.0
- Language
- en
- Downloads
- 9,231
- Likes
- 503
- Access
- public
- Files
- 0
Tags
- 代码数据
- 指令微调
- 问答
- 代码生成
- 大语言模型
- 文本数据集
- 数据集
README
--- license: cc-by-4.0 task_categories: - text-generation - question-answering - table-question-answering language: - en tags: - SQL - code - NLP - text-to-sql - context-sql - spider - wikisql - sqlglot pretty_name: sql-create-context size_categories: - 10K<n<100K --- #### Overview This dataset bui…