About OpenCerebral

OpenCerebral is a non-profit research project that trains small language models from scratch and publishes the complete recipe. It is the successor to New Millennium Artificial Intelligence (NMAI), a division of the Klondike Software Project, and it inherits that project's position that software you cannot inspect is software you do not control.

What we actually do

We pretrain decoder-only language models between 1M and 250M parameters on public web corpora, evaluate them on standard benchmarks, and release the weights. There is no proprietary data, no undisclosed pretraining mix, and no held-back checkpoint. Model cards carry token counts, wall-clock times, loss values, and the passes that regressed as well as the ones that helped.

One GPU

Every OpenCerebral model to date was trained on a single NVIDIA RTX 3060. That constraint is the point rather than an apology for it. A 2.50B-token pretraining run at 125M parameters takes about 33 and a half hours on that card; a 1M-parameter model takes under two. Both are reproducible by anyone with a mid-range desktop GPU and patience, which is the only way the published recipe means anything.

Principles

Honest limitations

These are small base models. They produce text that is frequently inaccurate, inconsistent, or offensive. None has received alignment or safety tuning. They are useful for research, for education, for embedded and offline experiments, and for understanding what capability actually emerges at a given scale. They are not useful as a factual reference and should not be deployed without supervision.

People

NameRole
Joseph Jones (KlondikeDev) Training, evaluation, releases

OpenCerebral is small and open to contribution — see Get Involved.