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
Reduced permutations from 2 copies to 1 copy of training data to reduce training time 1b49492 alfraser commited on Jan 22, 2024