BibleLM v1.0.0
A tiny GPT-style transformer trained from scratch on the King James Bible, with a live training dashboard. The tokenizer, transformer, training loop, inference, and ONNX export are all hand-built — Tauri 2 + React 19 + PyTorch.
Run it
See the README: pnpm install, set up a Python 3.13 .venv with PyTorch, then pnpm tauri dev.
Artifacts
- BibleLM_1.0.0_x64-setup.exe — Windows installer (NSIS). The app drives a local Python/PyTorch environment for training & inference, so set up the
.venvas described in the README. - ckpt.pt / model.onnx / tokenizer.json — a KJV model trained with this app (3.2M params, character-level, val loss 1.19). Drop
ckpt.pt+tokenizer.jsonintoruns/current/to generate without training, or loadmodel.onnxin any ONNX runtime.
Sample output
And God said, Thy servants to the people, and the land of the Chaldees ... the son of Israel prayed unto the people, and burn incense unto the children of Israel into the hand of the inheritance of the Philistines.
🤖 Generated with Claude Code