Frequently Asked Questions

What happened to NMAI?

Nothing, other than the name. New Millennium Artificial Intelligence is now OpenCerebral. Same models, same maintainers, same parent project. Model cards and repository paths that still say NMAI or KSP-NMAI refer to OpenCerebral.

How are these models good enough to be useful?

For most purposes people mean by "useful," they are not. A 125M-parameter model scoring 39.38 on our six-benchmark mean is not going to answer your questions correctly. What these models are good for is research on scaling and data mixtures, education, offline and embedded experiments, and as small finetuning bases. We would rather say that plainly than oversell them.

Why one GPU?

Because a published recipe that requires a cluster is not one most people can check. Every number on this site came off a single RTX 3060 and is reproducible by anyone with the same card and some patience.

Which model should I download?

For conversation, Boris-1.3-125M-Instruct. For text continuation or finetuning, Boris-1.3-125M. For CPU-only use, a GGUF build. For research at the smallest scale, littlerock-1M.

What is the difference between Boris and Boris 1.3?

Boris 1.3 is the original checkpoint plus continued pretraining passes that mix in DCLM-baseline. It scores better on every benchmark mean we track. Use 1.3 unless you specifically want the original for comparison.

Why publish a model that failed?

Because how it failed is the useful part. A finetune that passes an independent memorization test and then scores below chance on rephrased questions is a clean demonstration that held-out splits you wrote yourself cannot detect distribution-level specialization. That is worth more than another incremental win.

Can I use these commercially?

Yes. Apache 2.0, no acceptable-use rider, no field-of-use restriction. See Licenses.

Are they safe?

No. They have received no alignment or safety tuning and will produce inaccurate, inconsistent, or offensive text. Do not deploy them unsupervised or treat their output as factual.

Is there an API or a hosted demo?

Not at present. The models are small enough to run locally on a CPU — see Usage.