llm-arch / src /training

Commit History

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

Update to the new URL for model v5
cce95a5

alfraser commited on

Trying fine-tuning yet another way - all run, now testing v3 of the model
a48e190

alfraser commited on

Trying a different prompting style
3991f6c

alfraser commited on

Tweaked the training data format to try and fix the issue of the model repeating the question over and over
abcd8a9

alfraser commited on

Fixed the time.time bug here. Also a call to reset the Chroma DB
1cb115b

alfraser commited on

Fixed typo in train script generation
e64e48c

alfraser commited on

Added adapter merging to the fine-tuning script generation
bc56e9e

alfraser commited on

Reduced permutations from 2 copies to 1 copy of training data to reduce training time
1b49492

alfraser commited on

Adding the fine-tuning offline script
08aae17

alfraser commited on

Tidied up space in formatting
0cd8882

alfraser commited on

Fixed bug aligning the names of the vector stores on train versus inference
c2d8e03

alfraser commited on

Fixed bug aligning the names of the vector stores on train versus inference
cc94398

alfraser commited on

Added the RAG training script to be run offline
d7a31e7

alfraser commited on