# source-code.zip Contains all the code that was written and used while working on bachelor thesis. If you want to create a programming environment, you can either utilize the flake.nix file by installing nix package manager and running `nix develop` inside mlmma folder, or you can use poetry. You won't be able to run the notebooks yourself, because the access to the training dataset or the model weights is currently restricted. We plan on making it publicly available in the near future. # hyperparameter-study-summaries Contains the json files representing the finished hyperparameter searches. They are analyzed in one of the jupyter notebooks in the source code.