Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 505 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 505 Bytes

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