Skip to content

BibleLM v1.0.0

Choose a tag to compare

@rwetz rwetz released this 24 Jun 04:47
· 8 commits to main since this release

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 .venv as 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.json into runs/current/ to generate without training, or load model.onnx in 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