Zenaique
Glossary · Training

Pre-training

Also known as: Pretraining

Self-supervised next-token training on a huge unlabeled corpus, producing the base model.

The initial self-supervised phase where a model learns from a massive unlabeled corpus, typically via next-token prediction. Produces a 'base model' that's a strong generic predictor but not yet aligned with human preferences.

In practice

The foundation everything else builds on. Senior interviews probe data mixture, curriculum, and the post-train (SFT + RLHF) stack.

How it compares

Pre-training is from-scratch on massive generic data; fine-tuning adapts a pre-trained model on a smaller curated set.

Related topics

Related terms