Views
No views yet
pip install git+https://github.com/AbstractEyes/alephllm, package
geolip.alephllm). This repo holds what training produces, one prefix
per craft:<craft>/manifest.json what is trained, what is planned,
tokens run, phase statuses, ckpt index
<craft>/checkpoints/step_XXXXXXXX.safetensors bf16 weights
<craft>/checkpoints/fp8/step_XXXXXXXX.safetensors fp8-e4m3 shipping variant
(inference testing only — never train from these)
<craft>/resume/latest.pt full resume state: fp32 model, Muon+Adam
optimizer states, data-stream position, RNG
<craft>/runs/ TensorBoard event files (rendered in the
Training metrics tab)mini-beatrix-2s/reports/v2/. Shipped
automodel: mini-beatrix-2s.
Notable ops in the record: the first BOUNDARY-WRITE head revival
(reports/v2/revival_step24860.json) and the archived pre-specials run0
(mini-beatrix-2s/archive/run0-nospecials/).| craft | d / L / ctx | params | tokenizer | role |
|---|---|---|---|---|
| mini-beatrix-0 | 512 / 12 / 1024 | 37.6M | byte-trigram | gate craft — its first toggle evals are the anchored-bank-under-AR screen |
| mini-beatrix-1 | 768 / 16 / 2048 | 112.5M | byte-trigram | first Colab mission |
| mini-beatrix-2 | 1024 / 20 / 2048 | 249.1M | byte-trigram | second mission |
| beatrix-voyager | 1536 / 24 / 4096 | 775.3M | BPE (gpt2) | flagship, gated on the mini verdicts |
*-control twin (identical minus the aleph attention
layers) — the running architecture control. Training is resume-first:
sessions are manually triggered on Colab (RTX 6000 Pro, 96GB, bf16), each
session pulls manifest.json + resume/latest.pt and continues where the
last one stopped.