Commit History

updated
667f9a4

Corey Morris commited on

WIP. Loading data from csv
1a1910c

Corey Morris commited on

Changed error logging from print statements to logger. It is not currently working to save to a file locally
d96fdf9

Corey Morris commited on

Catching exceptions in processing files. As new data is introduced, I want to know which files may have different formats and cause problems, but the application shouldn't halt if it can't process a single file
68bce52

Corey Morris commited on

Added new results from hugging face evaluations
ad0b971

Corey Morris commited on

added code to split moral scenario question from one question to two
65d6581

Corey Morris commited on

updated gitignore
76c8220

Corey Morris commited on

updated dev requirements
5ca617c

Corey Morris commited on

Extracted plotting functions from moral_app to plotting_utils to improve organization and testability
2b55a03

Corey Morris commited on

copied main streamlit application to one that will specifically investigate moral reasoning
298ba1f

Corey Morris commited on

updated date and model count
0c07f8b

Corey Morris commited on

updated results
f1eba6e

Corey Morris commited on

Added new hugging face results
3f507e0

Corey Morris commited on

added a test and removed the code to only test a specific file because that code did not work
6ed8672

Corey Morris commited on

updated to run submodule update
25d217c

Corey Morris commited on

Update pytest run to only run specific test files. Other test files are not ready to be run on a different system yet
9345a86

Corey Morris commited on

Merge branch 'main' of https://github.com/c1505/LLM-Dashboard into main
0e575e0

Corey Morris commited on

Added additional results
7863417

Corey Morris commited on

Updated to reflect number of models. Previously, I think there were duplicates
d396c1e

Corey Morris commited on

Create python-app.yml
063ba51
unverified

Corey commited on

Updated dependencies
73da8d6

Corey Morris commited on

Show a random question from the moral scenarios evaluation
19c7c67

Corey Morris commited on

Returning just a single file per model directory. Manually removing gpt-j-6b for now because there is something that is causing problems with processing the data
794b32b

Corey Morris commited on

added new results
324764c

Corey Morris commited on

TEMPORARY. deleted gpt-j-6b from subdirectory until problems are fixed
1fef386

Corey Morris commited on

updated results
aba4fe2

Corey Morris commited on

updated dev requirements
7681250

Corey Morris commited on

added dev requirmenents
885ecf8

Corey Morris commited on

Updated model count
4f20e65

Corey Morris commited on

Updated contaminated models
e3863f2

Corey Morris commited on

Added statement of removal of models
96ffe12

Corey Morris commited on

removed commented code
7fc9618

Corey Morris commited on

updated update data
280db99

Corey Morris commited on

removing models that are known to have training data contaminated with evaluations
a5840fb

Corey Morris commited on

updated with new hugging face results
916604b

Corey Morris commited on

updated pipeline and init
7f2d984

Corey Morris commited on

removed commented code
2f457d8

Corey Morris commited on

added a test
a13887a

Corey Morris commited on

shortened file name
7622af3

Corey Morris commited on

shortened file name
38d88f9

Corey Morris commited on

using URL as file name
25b87bf

Corey Morris commited on

WIP. Updated download file. Can now download all files. Need to integrate that code to loop through all files to download or combine files first into a single dataframe and then save that
0a77c60

Corey Morris commited on

added new test for a file that currently can be downloaded
6251f5a

Corey Morris commited on

Replicating 404 error with a test so I can troubleshoot
9adae3c

Corey Morris commited on

Updated download_file method
b58e1f0

Corey Morris commited on

Build URL from file path is working
cc32c4f

Corey Morris commited on

moved methods to better match flow
f228d38

Corey Morris commited on

removed most commented out code from details processor
74822dd

Corey Morris commited on

Find files is working as expected
30fa96a

Corey Morris commited on

WIP commit. Finding files can be identical as the method in results_data_processor.
c32735e

Corey Morris commited on