UHP-compliant Hive in Python, inspired by CrystalSpider and jonthysell.
The engine executable can be created with the following command:
pyinstaller ./src/engine.py --name BeesKneesEngine --noconsole --onefile
Then, the engine can be used from the terminal or inside the MzingaViewer.
pip install -r requirements.txt
make data #generates the dataset
make k-means #generates clusters
.\compiler.ps1 #start the torch C++ compiler for Unsloth
make train #fine-tunes the LLM
make duel #plays Hive