Updated from using random.choices to random.sample throughout where I need a random distinct set as choices does replacement so you can get the same item twice. Discovered in pricing testing. b897a48 alfraser commited on Feb 5, 2024
Trying fine-tuning yet another way - all run, now testing v3 of the model a48e190 alfraser commited on Jan 29, 2024
Tweaked the training data format to try and fix the issue of the model repeating the question over and over abcd8a9 alfraser commited on Jan 25, 2024
Fixed the time.time bug here. Also a call to reset the Chroma DB 1cb115b alfraser commited on Jan 24, 2024
Reduced permutations from 2 copies to 1 copy of training data to reduce training time 1b49492 alfraser commited on Jan 22, 2024
Fixed bug aligning the names of the vector stores on train versus inference c2d8e03 alfraser commited on Jan 16, 2024
Fixed bug aligning the names of the vector stores on train versus inference cc94398 alfraser commited on Jan 16, 2024