Download the required models from HuggingFace to the models/ directory: python src/process_sqls.py --input_file data/test_all.jsonl --generations_dir output/generations/ --output_dir ...
This repository contains a project for fine-tuning and evaluating a language model aimed at generating SQL queries from natural language prompts. The primary components of the project include a script ...