Commit History

Move paht to a variable
30ff71b

licesma commited on

Create demo_rag.py
6be6272
verified

MikeTerekhov commited on

Create rag_metadata.py
6cb0a90
verified

MikeTerekhov commited on

Create test_rag.py
03182a1
verified

MikeTerekhov commited on

Add column evaluator
2cfc97b

licesma commited on

added fine-tune testing on validation set with short queries only
f94c0b8

DeanGumas commited on

Adding validation set testing of newly fine-tuned model
98e9ca0

DeanGumas commited on

switch fine-tuned evaluation script to use 8 rank model
da19664

DeanGumas commited on

trained 8 rank LoRA finetuned model, saving train and validation datasets to disk
c72582f

DeanGumas commited on

first cut at fine-tuning with masked training, working but very very slow for inference
a30a6cf

DeanGumas commited on

fixed bug in test_finetuned notebook to read from proper directory
271b076

DeanGumas commited on

Storing 16 and 32 rank LoRA finetuned models
48d9ca0

DeanGumas commited on

Increasing LoRA rank to 32 and updating loss function
c78bae0

DeanGumas commited on

first cut at adding data augmentation python notebook
b0335cf

DeanGumas commited on

added python notebook for testing finetuned model
62c7f8d

DeanGumas commited on

First decent attempt, seems to generate valid queries after pre-training. Needs evaluation still
fdaf162

DeanGumas commited on

First successful fine-tuning run, resulting model is no good but it does train successfully
1f9c86c

DeanGumas commited on

Initial attempt at fine-tuning using LoRA with basic cross-entropy loss
8c47142

DeanGumas commited on

ran full testing with updated prompt, improves team and other_stats performance, slight drop on game performance
32c1934

DeanGumas commited on

trying to prompt engineer fixes for other_stats table
7f1de95

DeanGumas commited on

Adding completed pre-training testing runs to python notebook
a30f35d

DeanGumas commited on

Created evaluation loop for running on full dataframes
9f2b199

DeanGumas commited on

Merge branch 'main' of https://huggingface.co/USC-Applied-NLP-Group/SQL-Generation into main
88abe86

DeanGumas commited on

Updated evaluation function to give tolerance for slight floating point differences
50a9093

DeanGumas commited on

train data eda notebook
4e76f69

licesma commited on

Classify training data
bffa994

licesma commited on

fixed issue with inconsistent formatting in training data
7dc8863

DeanGumas commited on

updating prompt to include team name and abbreviations
f2c9e91

DeanGumas commited on

Small tweaks to evaluation function
506f5a9

DeanGumas commited on

updating test pretrained script to evaluate model outputs
ce9fc6c

DeanGumas commited on

Renamed demo script and added initial pre-trained test python notebook
4be750a

DeanGumas commited on

Adding SQL-NLP training data
c5c0647

DeanGumas commited on

added better prompt engineering
a4d4f25

DeanGumas commited on

tweaking prompt a little further so it only outputs SQL more consistently
5fcf240

DeanGumas commited on

Updated to use real nba database for test query
5438aa6

DeanGumas commited on

added nba kaggle sqlite database and testing python notebook
756c967

DeanGumas commited on

Update README.md
de02f0c
verified

DeanGumas commited on

Create README.md
0ffecb1
verified

DeanGumas commited on

Delete README.md
0b60c04
verified

DeanGumas commited on

adding test code for deepseek coder model
95fd05e

DeanGumas commited on

initial commit
fc137ef
verified

DeanGumas commited on