Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,27 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
list:
|
| 6 |
-
- name: role
|
| 7 |
-
dtype: string
|
| 8 |
-
- name: content
|
| 9 |
-
dtype: string
|
| 10 |
-
- name: metadata
|
| 11 |
-
struct:
|
| 12 |
-
- name: dataset_type
|
| 13 |
-
dtype: string
|
| 14 |
-
- name: quality_score
|
| 15 |
-
dtype: int64
|
| 16 |
-
splits:
|
| 17 |
-
- name: train
|
| 18 |
-
num_bytes: 14000014
|
| 19 |
-
num_examples: 7560
|
| 20 |
-
download_size: 14021525
|
| 21 |
-
dataset_size: 14000014
|
| 22 |
-
configs:
|
| 23 |
-
- config_name: default
|
| 24 |
-
data_files:
|
| 25 |
-
- split: train
|
| 26 |
-
path: data/train-*
|
| 27 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: gemma
|
| 3 |
+
language: [en]
|
| 4 |
+
tags: [synthetic, sql, text-to-sql, function-calling, sft, gemma4]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
+
# Gemma4-E2B-SFT-SQL
|
| 7 |
+
|
| 8 |
+
Synthetic text-to-SQL dataset covering real-world database schemas.
|
| 9 |
+
|
| 10 |
+
**Schemas:** E-commerce, healthcare, SaaS analytics.
|
| 11 |
+
**Query types:** Joins, subqueries, aggregations, window functions, CTEs.
|
| 12 |
+
**Format:** ShareGPT/ChatML. Natural language question + SQL answer + brief explanation.
|
| 13 |
+
**Use:** Fine-tune models for autonomous database querying and agentic SQL generation.
|
| 14 |
+
**Generator:** DuoNeural/TurboGemma4E2B, temperature 0.4.
|