Librarian Bot: Add language metadata for dataset

#2
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  # Overview
2
 
3
  **refined-sql-create-context** is a high-quality dataset for training and evaluating Text-to-SQL models. It builds upon the [**sql-create-context**](https://huggingface.co/datasets/b-mc2/sql-create-context) dataset by ensuring that all SQL queries are executable in a MySQL database, resolving schema inconsistencies, and refining query validity. The dataset consists of natural language questions, their corresponding table schemas, and SQL queries that generate results from the given schema context with 11,632 examples.
 
1
+ ---
2
+ language:
3
+ - en
4
+ ---
5
  # Overview
6
 
7
  **refined-sql-create-context** is a high-quality dataset for training and evaluating Text-to-SQL models. It builds upon the [**sql-create-context**](https://huggingface.co/datasets/b-mc2/sql-create-context) dataset by ensuring that all SQL queries are executable in a MySQL database, resolving schema inconsistencies, and refining query validity. The dataset consists of natural language questions, their corresponding table schemas, and SQL queries that generate results from the given schema context with 11,632 examples.