llm-arch / config

Commit History

Updated the architecture descriptions, images and caption text for the display of the architectures
cc46ec6

alfraser commited on

Updated the architectures config for both the fine-tuning model evolution, and the performance test removing the screeners
a5e3f36

alfraser commited on

Correct the numbering on the latest architecture
963fb4a

alfraser commited on

Added a setup for V7 of the fine-tuned model to test that
3b67117

alfraser commited on

Tried a tweak to the prompt to lean in to facts
d452e98

alfraser commited on

Added a config to test V6 fine-tuned model
946c170

alfraser commited on

Added the safety components to the fine-tuning model to make the test fair
2cc68c2

alfraser commited on

Tidying up old setups - leaving with the best working fine-tuned one for now
12371dd

alfraser commited on

Update to the new URL for model v5
cce95a5

alfraser commited on

Update to the new URL for model v3
624fbec

alfraser commited on

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

alfraser commited on

Added raw prompt format to just do passthrough so I can test a number of different examples just typed in
92aa543

alfraser commited on

Added another test prompt format
20cff9b

alfraser commited on

Added possibility to change the prompt style via parameter as I try and debug the fine-tuning issue.
ee60fb2

alfraser commited on

Changed the name of the fine-tuned architecture
fb40a99

alfraser commited on

Update the URL for the fine-tuned api endpoint
1dc846d

alfraser commited on

Update the URL for the final fine-tuned api endpoint
d2dbfb8

alfraser commited on

Updated the RAG architecture to use the new baseline document store
a2978cc

alfraser commited on

Added a side by side compare for the architectures
88be29a

alfraser commited on

Updated the config to make the trimming less aggressive
c6fe718

alfraser commited on

Renamed the architectures for clarity in the app
b2c83e6

alfraser commited on

Removed now unused code which calls huggin face via the free HTTP interface - moved everything to endpoints to be equivalent.
227dc25

alfraser commited on

Updated the architectures config to use the new endpoints
8c04dd2

alfraser commited on

Added a new architecture component which calls hugging face via a dedicated inference end point and not the HTTP interface - needed due to the size of the fine-tuned model
f583523

alfraser commited on

Added and configured a component to trim the architectures to remove some common junk referencing the vector retrieved documents.
d02c4c7

alfraser commited on

Swicthed to use all_products as the sample vector store for the streamlit app
37adfc8

alfraser commited on

Added image for baseline architecture
06b78a1

alfraser commited on

Added option to include a diagram of the architecture under test on the architectures page.
2db4636

alfraser commited on

Tweaked to remove the deterministic thread as not relevant to my project, and added safety steps for the baseline model.
44978ad

alfraser commited on

Added the ability with the HF models to pass the temperature through from the config to the model, and added a sample which is effectively deterministic.
aee0ded

alfraser commited on

Integrated the architecture page structure and code from the old codebase and integrated for hugging face deployment
cc9a95f

alfraser commited on

Tidied up the models page and added another model just to get multi-model view
19f408b

alfraser commited on

Set up configuration for models on HF and an associated page on the application to allow end use test chat.
54b3256

alfraser commited on