Commit History

Tweaked the test generator and updated the tests
ca7e5c7

alfraser commited on

Added the option to pause a failed endpoint in order to be able to kick it with a restart
5ecd875

alfraser commited on

Added the test question generator and increased the size of the question bank to 500
59b2aff

alfraser commited on

Added a missing comment
bcc302b

alfraser commited on

Fixed a bug where if the architecture had entirely failed and not generated a response the whole load of TestGroups would crash. Need to fix the root cause of the failure to generate a response, but also should be caught gracefully here in any event.
4332953

alfraser commited on

Refactored loading the TestGroups to make the structure of the json load and the DB load the same and clearer
c76e6f5

alfraser commited on

Added comments throughout
e912278

alfraser commited on

Tweaked message
7b8cf3a

alfraser commited on

Switched endpoint control to use the writeable token as it was inconsistent with the normal token.
2122072

alfraser commited on

Added front page message about the endpoints being scheduled.
c0848c6

alfraser commited on

Fixed bug with default prompt style not being valid
190ec66

alfraser commited on

Configured more architectures to try and debug the fine-tuning issue each with different prompt styles
53169ab

alfraser commited on

Trying a different prompting style
3991f6c

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

Password protected the system controls page
c6ae5fd

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

Added ability to select which models to compare side by side, allowing for more flexibility in testing my fine-tuned llamas
57b94ca

alfraser commited on

Moved trace records to DB
79f35e2

alfraser commited on

Added a time/response length plot to the charts
dc63ce8

alfraser commited on

Added loading of test groups from both the DB and the local file and merging these two
1fb12dc

alfraser commited on

Added message to system status
acca6aa

alfraser commited on

Adding the sqlite db where I will archive the test results and added the archiving code
843d9d3

alfraser commited on

Added option to directly pass the HF hub token when wiping the trace file, so I can use it locally outside of streamlit. Defaulted to None avoid changing existing behaviour.
3853f7c

alfraser commited on

Added button to force reload of trace files
5ea3cc9

alfraser commited on

Fixed bugs from the refactor of repo access. Now it should save trace again.
f10615b

alfraser commited on

Added the test reporting structure
82130cb

alfraser commited on

Refactored to bring common variables together. Also added a utility to get all the trace records as a list of records
8f424fc

alfraser commited on

Fixed bold type on home page
3e88400

alfraser commited on

Updated the Chroma DB with the baseline products
3fc1d30

alfraser commited on

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

alfraser commited on

Tweaked the way the prompt is formatted going into the LLM query, to avoid the fine-tuned model giving nonsense answers
2022fec

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

Added a new placeholder page for basic reporting
5044033

alfraser commited on

Updated the home page message to reflect the available pages.
33a5067

alfraser commited on

Flipped the default dataset to be the baseline not the "All products"
a05b15e

alfraser commited on

Added a test runner page which allows you to run a batch of test from the UI
ab87be2

alfraser commited on

Added ability to wipe the logs from the system status page
c0f0676

alfraser commited on

Added utility to serve up the test questions
a732fe2

alfraser commited on

Added the comment to the actual save
e47e542

alfraser commited on

Added a series of test questions
000fa05

alfraser commited on

Added ability to include comments on the saved trace
53697b7

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

Added an example of the training script which I would not normally check in, with the hugging face secret token dummied out.
b7d34d8

alfraser commited on

Fixed issue in resolving sleep function caused by import time.time elsewhere
f443824

alfraser commited on

Added awareness of the 'failed' status for an endpoint
82150c1

alfraser commited on

Removed decimals from group tag and moved where it is called in the side by side flow so they actually share the same ID
2f008c2

alfraser commited on

Fixed bug
bd663cd

alfraser commited on