datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
postgresql-llm
postgresql-llm
A pure PostgreSQL dataset for training and evaluating LLMs on PostgreSQL SQL and PL/pgSQL. Every row is a (question, schema, SQL) triplet with rich metadata for filtering and analysis.
Dataset Summary
postgresql-llm is a pure PostgreSQL dataset: SQL and PL/pgSQL only, with metadata for difficulty, category, and source.
Metric
Value
Total rows
211,539
PostgreSQL-specific rows
11,998 (5.7%)
Schema fill rate
82.2%
Explanation fill rate
17.8%… See the full description on the dataset page: https://huggingface.co/datasets/neurondb/postgresql-llm.text-to-postgresql
Text-to-PostgreSQL
A schema-aware text-to-SQL dataset that pairs natural-language questions with
their corresponding PostgreSQL queries and the CREATE TABLE schema needed to
answer them. It is designed for fine-tuning small/medium language models to turn
plain English questions into executable SQL.
This dataset was used to train omeryentur/phi-3-sql
and related text-to-SQL models on this profile.
Dataset structure
Field
Type
Description
question
string… See the full description on the dataset page: https://huggingface.co/datasets/omeryentur/text-to-postgresql.
