Commit History

add gpt4 generated queries on test
1570fb6

licesma commited on

clean rag training
e112bff

licesma commited on

Added fine-tuning python notebook for rag
affe2f6

DeanGumas commited on

add train rag file
d83c5d0

licesma commited on

Notebook for augmented dataset
4fa498e

licesma commited on

Fix bug
1cb1219

licesma commited on

Second attempt of dynamic rag
37aa3d3

licesma commited on

adding latest test dataset run
c0c5b84

DeanGumas commited on

Adding test set generation python notebook, and correspond train and test dataset tsv files
99a8882

DeanGumas commited on

Updated Augmentation Dataset with 250 verified queries
753e538
verified

Priyanshu-Shekhar commited on

Notebooks for GPT evaluation
860fee5

licesma commited on

Fix typo in rag
9a3c9fb

licesma commited on

Add second RAG notebook
1860a94

licesma commited on

Add changes to save new rag dadataframe
2ea9086

licesma commited on

Add a rag helper notebook
59f20cf

licesma commited on

Add a pre rag prompt
e029c99

licesma commited on

Added testing on small database to test_rag notebook, removed excess print statements
57326c2

DeanGumas commited on

Updated compare_result function to allow passing the cursor, also re-ran test_pretrained and test_rag with updated loss function
23a14a5

DeanGumas commited on

Tweaked compare_result to work with proper directory, updated rag python notebook prompt and vector stores to increase accuracy
4022db3

DeanGumas commited on

Updating compare result function in src directory, fixing small issues in test_rag prompt, adding test_rag notebook
0405efb

DeanGumas commited on

fix cuda
ef32c53

licesma commited on

Fix colab bugs
9687f25

licesma commited on

Prepare fine-tune for colab
569052e

licesma commited on

updated rag evaluation function to match that from baseline testing
2b3100e

DeanGumas commited on

Update test_rag.py
ace09b0
verified

MikeTerekhov commited on

Merge branch 'higher_rank' into main
5330d88

DeanGumas commited on

finished finetuning with 16 rank lora
3ad5864

DeanGumas commited on

Fix bug on function evaluation
cd9fee3

licesma commited on

Upload data_augmentation.tsv file (still need to go through queries and check if they are valid)
64e6526
verified

Priyanshu-Shekhar commited on

Modify path to relative path
5af7feb

licesma commited on

Add relative path functionality for colab
aa43cb9

licesma commited on

colab support part two
c397e97

licesma commited on

Add support for colab
bfad6ce

licesma commited on

Add a source folder
c1d6d12

licesma commited on

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