CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01birdsql /bird-critic-1.0-postgresql Update 2025-06-08 We release the full version of BIRD-Critic-PG, a dataset containing 530 high-quality user issues focused on real-world PostgreSQL database applications. The schema file is include in the code repository https://github.com/bird-bench/BIRD-CRITIC-1/blob/main/baseline/data/post_schema.jsonl BIRD-CRITIC-1.0-PG BIRD-Critic is the first SQL debugging benchmark designed to answer a critical question: Can large language models (LLMs) fix user issues in… See the full description on the dataset page: https://huggingface.co/datasets/birdsql/bird-critic-1.0-postgresql.textn<1K3 likes845 downloads6mo agoHugging Face02neurondb /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.tabulartext-generation100K<n<1M4 likes590 downloads7mo agoHugging Face03emgena /omnimcp_sql_postgres_pro_teaser 🔬 INSPECT THE DEEPSEEK-R1 REASONING CHAIN LIVE: Zero hallucinations. Null syntax errors. 100% AST compiler validated.🌐 Live Interactive Reasoning & Code Inspector: https://emgena.com/trainingslager🎁 Claim your Free Starter Kit (Code: STARTER100): https://emgena.com/trainingslager🏷️ Launch Discount: Get 20 € OFF any 500-incident production suite with code LAUNCH20! 📜 Enterprise Compliance: EU AI Act Articles 50 & 53 certified • 100% DSGVO / GDPR clean • Commercial EULA… See the full description on the dataset page: https://huggingface.co/datasets/emgena/omnimcp_sql_postgres_pro_teaser.text-generationn<1K0 likes185 downloads5d agoHugging Face04emgena /omnimcp_enterprise_postgres_teaser 🔬 INSPECT THE DEEPSEEK-R1 REASONING CHAIN LIVE: Zero hallucinations. Null syntax errors. 100% AST compiler validated.🌐 Live Interactive Reasoning & Code Inspector: https://emgena.com/trainingslager🎁 Claim your Free Starter Kit (Code: STARTER100): https://emgena.com/trainingslager🏷️ Launch Discount: Get 20 € OFF any 500-incident production suite with code LAUNCH20! 📜 Enterprise Compliance: EU AI Act Articles 50 & 53 certified • 100% DSGVO / GDPR clean • Commercial EULA… See the full description on the dataset page: https://huggingface.co/datasets/emgena/omnimcp_enterprise_postgres_teaser.text-generationn<1K0 likes156 downloads5d agoHugging Face05chabab /text2sql-oracle-postgres Oracle / PostgreSQL text-to-SQL Instruction data for fine-tuning google/gemma-3-270m-it (or any chat model) to emit a single dialect-correct SQL statement. 804 rows, 402 Oracle / 402 PostgreSQL 7 schemas: hr, sales, banking, inventory, tickets, university, logistics Splits: 684 / 60 / 60 (grouped so paraphrases of the same SQL stay in one split) Load from datasets import load_dataset ds = load_dataset("chabab/text2sql-oracle-postgres") Record… See the full description on the dataset page: https://huggingface.co/datasets/chabab/text2sql-oracle-postgres.texttext-generationn<1K0 likes93 downloads29d agoHugging Face06JimHue /EHRSQL_PostgreSQL_data EHRSQL PostgreSQL Artifacts This dataset repository hosts database artifacts generated for the companion GitHub repository: https://github.com/Jensen-JinhuiLiu/EHRSQL_PostgreSQL Files eicu.sqlite: original benchmark SQLite database artifact used for eICU. mimic_iii.sqlite: original benchmark SQLite database artifact used for MIMIC-III. postgres_import/eicu/csv/: CSV exports for loading the eICU PostgreSQL database. postgres_import/mimic_iii/csv/: CSV exports for… See the full description on the dataset page: https://huggingface.co/datasets/JimHue/EHRSQL_PostgreSQL_data.table-question-answering0 likes77 downloads2mo agoHugging Face07zerolink /zsql-postgres-dpo zsql-postgres-dpo This is a dataset for training machine learning models to convert natural English language text into Postgres dialect SQL queries. This dataset comprises 200,000 DPO pairs curated to support the rapid development of text-to-SQL generation models. The uniqueness of this dataset lies in its optimization process. The "chosen" field within each data pair contains SQL queries that have been canonicalized, optimized, and which are chosen from the candidate set which… See the full description on the dataset page: https://huggingface.co/datasets/zerolink/zsql-postgres-dpo.texttext-generation100K<n<1M10 likes76 downloads3y agoHugging Face08emgena /emgena_postgres_pgbouncer_connection_exhaustion_teaser 🔬 INSPECT THE DEEPSEEK-R1 REASONING CHAIN LIVE: Zero hallucinations. Null syntax errors. 100% AST compiler validated.🌐 Live Interactive Reasoning & Code Inspector: https://emgena.com/trainingslager🎁 Claim your Free Starter Kit (Code: STARTER100): https://emgena.com/trainingslager🏷️ Launch Discount: Get 20 € OFF any 500-incident production suite with code LAUNCH20! 📜 Enterprise Compliance: EU AI Act Articles 50 & 53 certified • 100% DSGVO / GDPR clean • Commercial EULA… See the full description on the dataset page: https://huggingface.co/datasets/emgena/emgena_postgres_pgbouncer_connection_exhaustion_teaser.textn<1K0 likes54 downloads5d agoHugging Face09yashMaini /postgres-incident-diagnosis Postgres Incident Diagnosis Benchmark Real telemetry from a Postgres 16 database in six states — one healthy, five broken — paired with the ground-truth root cause of each. The task: given the stats views, say what is wrong. Or say that nothing is. Why this exists There is no standard benchmark for database incident diagnosis, so everyone building an AI SRE tool invents their own eval. This is a small, reproducible one with a specific property: on four of the five… See the full description on the dataset page: https://huggingface.co/datasets/yashMaini/postgres-incident-diagnosis.textquestion-answeringn<1K0 likes42 downloads2mo agoHugging Face10mouryagudipudi /oracle-to-postgresql-directtextn<1K0 likes35 downloads1y agoHugging Face11omeryentur /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.texttext-generation10K<n<100K9 likes32 downloads3mo agoHugging Face12Safreliy /BIRD-train-postgresqltext1K<n<10K0 likes25 downloads1y agoHugging Face13learnifymedhub /postgres0 likes23 downloads8mo agoHugging Face14Silly98 /postgres0 likes20 downloads10mo agoHugging Face15dlthub /postgres_e8de76942b00843055df0bdfb8f69beb_data_2026080911244817870 likes14 downloads1mo agoHugging Face16Safreliy /BIRD-reasoning-postgresqltext1K<n<10K0 likes13 downloads1y agoHugging Face17dlthub /postgres_3f9cc4f1ffb386802814ea16d486d55b_data_2026070304284655330 likes13 downloads3mo agoHugging Face18mouryagudipudi /oracle-to-postgresqltextn<1K0 likes11 downloads1y agoHugging Face19sdasdawq234 /postgres0 likes11 downloads5mo agoHugging Face20OzgurEnt /Kubernets_LinuxCommands_KVM_Postgresqltext10K<n<100K2 likes10 downloads2y agoHugging Face21Karimsliti /Sqlserver-to-PostgreSQLtext1K<n<10K6 likes9 downloads2y agoHugging Face22mouryagudipudi /oracle-to-postgres-all-variantstext1K<n<10K0 likes9 downloads1y agoHugging Face23Lost-legend /PostgreSQL0 likes9 downloads3mo agoHugging Face24StellaYoon /oracle-postgresql-v2textn<1K0 likes7 downloads9mo agoHugging Face25Safreliy /postgres_relevant_questionstext10K<n<100K0 likes6 downloads2y agoHugging Face26no-wo /PostgreSQLvideon<1K0 likes6 downloads2mo agoHugging Face27mouryagudipudi /oracle-to-postgresql-2Ktext1K<n<10K0 likes5 downloads1y agoHugging Face28debatelab-admin /postgresql-test0 likes5 downloads1y agoHugging Face29violettaM /postgres_6d23057418ee852e1be83e6c7fe3ea2e_data_2026021806525605050 likes4 downloads7mo agoHugging Face30french-open-data /open-street-map-2024-france-metropolitaine-au-format-sql-pour-postgres-postgis Open Street Map 2024 France Métropolitaine au format Sql pour postgres/postgis [!NOTE] Ce jeu de données Hugging Face est vide. Cette carte sert seulement à référencer le jeu de données Open Street Map 2024 France Métropolitaine au format Sql pour postgres/postgis qui est disponible à l'adresse https://www.data.gouv.fr/datasets/66470f3771b9469731dbd41a Description Open Street Map 2024 France Métropolitaine format BDD postgres/postgis Le projet Open Street est une… See the full description on the dataset page: https://huggingface.co/datasets/french-open-data/open-street-map-2024-france-metropolitaine-au-format-sql-pour-postgres-postgis.0 likes3 downloads10mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.