File size: 1,211 Bytes
00d3f74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
language:
- en
license: cc-by-4.0
size_categories:
- n<1K
task_categories:
- text-generation
- table-question-answering
pretty_name: SQL Create Context (mini)
tags:
- sql
- text-to-sql
- fine-tuning
- qwen3.5
---
# SQL Create Context (mini) — 300 train / 200 eval

A curated, deduplicated 500-row split of
[`b-mc2/sql-create-context`](https://huggingface.co/datasets/b-mc2/sql-create-context)
used to LoRA-fine-tune Qwen3.5-2B for Text-to-SQL.

## Schema

Each row has three string fields:

| field      | description |
|------------|------------|
| `schema`   | A `CREATE TABLE ...` statement (SQLite-flavoured) |
| `question` | Natural-language question |
| `answer`   | Gold SQL query |

## Splits

| split | rows |
|-------|------|
| train | 300  |
| eval  | 200  |

## Provenance

Filtered to schemas ≤ 1500 chars and deduplicated on the full triple. Sampled
with `seed=42` from the source train split. No examples leak between splits.

## Intended use

This split is intentionally small (500 rows) for parameter-efficient
fine-tuning on a single GPU. It is not a capability benchmark; use the
upstream Spider/BIRD datasets for that.

## Licensing

Inherits the source dataset's CC-BY-4.0 license.