Skip to content

Train an LLM to get the input in natural language and convert it into a valid sql query for retrieving data from a database

Notifications You must be signed in to change notification settings

zohaibAsif-tes/nl-to-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Natural Language to SQL Query

  • Train an LLM to get the input in natural language and convert it into a valid SQL query for retrieving data from a database

SQL Queries Dataset

  • The dataset is a text file where each line consists of a natural language description and the corresponding SQL query.
  • Each line represents a training example, where the model learns to associate the given description with the provided SQL query.

About

Train an LLM to get the input in natural language and convert it into a valid sql query for retrieving data from a database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages