Skip to content

SinghJagpreet096/text-sql

Repository files navigation

TEXT2SQL

create virtual env

$ python -m venv venv

$ source venv/bin/activate

$ pip install -r requirements.txt
  1. Create Data for pretraining
$ python src-llm/run.py -c data_prep
  1. Pretraining a foundation model
$ python src-llm/run.py -c pretrain_and_save
  1. if you want to just run the code and donot wish to save the model run the following cmd
$ python src-llm/run.py -c pretrain

To run chainlit db integration use server.py in src folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages