Abstract: Translating Natural Language to SQL (NL-to-SQL) allows users to communicate with databases using a common language instead of complicated query syntax. This is important as it frees the ...
The project premise is to fine tune an open source LLM like Llama 2 with a specific dataset. The goal is to train the model with natural language prompts in order to generate sql queries to our ...