by vie mccoy, jessica taylor, and evan mcmullen for morpheus systems
autoloom is a program that allows you automatically navigate the latent space of base models.
instructions to use the lui:
make sure you have poetry installed and a .env file with your openai and hyperbolic api keys (in the autoloom directory)
git clone https://github.com/viemccoy/autoloom.git
cd autoloom
poetry install
poetry run luienvironment setup:
create a .env file in ./autoloom with the following variables:
HYPERBOLIC_API_KEY=your_hyperbolic_key_here
OPENAI_API_KEY=your_openai_key_here
CLASSIFIER_MY_CUSTOM_MODEL=model_idthe custom classifiers are optional and only point to openai fine tunes. you can train the classifer on whatever you want as long as it only outputs a score.
