DuoNeural commited on
Commit
a634a85
·
verified ·
1 Parent(s): ea9cd62

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -25
README.md CHANGED
@@ -1,27 +1,14 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: messages
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.